Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,7 @@ export function ObjectEditForm() {
|
||||
recording_date: object.recording_date ?? null,
|
||||
};
|
||||
|
||||
const defaults = { core, fields: object.fields as Record<string, unknown> };
|
||||
const defaults = { core, fields: object.fields };
|
||||
|
||||
const onSubmit = async (values: ObjectFormValues) => {
|
||||
setError(null);
|
||||
|
||||
Reference in New Issue
Block a user