+
+ Optional admin-only values for imports or custom anti-abuse systems. Leave blank to use the defaults.
+
+
+
+
+ )}
- {props.type === "create" && (
-
- Risk and Geo
+
+ Metadata
-
-
-
-
-
-
- Optional admin-only values for imports or custom anti-abuse systems. Leave blank to use the defaults.
-
+
+ Custom JSON clients can read and update; avoid sensitive data.{" "}
+ Learn more in the docs.
+ >
+ }
+ />
+
+ Custom JSON clients can read but only your backend can change.{" "}
+ Learn more in the docs.
+ >
+ }
+ />
+
+ Custom JSON reserved for server-side logic and never exposed to clients.{" "}
+ Learn more in the docs.
+ >
+ }
+ />
- )}
-
-
-
- Metadata
-
-
- Custom JSON clients can read and update; avoid sensitive data.{" "}
- Learn more in the docs.
- >
- }
- />
-
- Custom JSON clients can read but only your backend can change.{" "}
- Learn more in the docs.
- >
- }
- />
-
- Custom JSON reserved for server-side logic and never exposed to clients.{" "}
- Learn more in the docs.
- >
- }
- />
-
-
-
- >
- )}
- onSubmit={handleSubmit}
- cancelButton
- />;
+ >
+ )}
+ onSubmit={handleSubmit}
+ cancelButton
+ />
+ >;
}