We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d8d68 commit 8322e0cCopy full SHA for 8322e0c
packages/ra-core/src/form/useAugmentedForm.ts
@@ -7,7 +7,6 @@ import {
7
} from 'react';
8
import {
9
FieldValues,
10
- KeepStateOptions,
11
SubmitHandler,
12
useForm,
13
UseFormProps,
@@ -164,7 +163,6 @@ export interface UseFormOwnProps<RecordType = any> {
164
163
defaultValues?: any;
165
formRootPathname?: string;
166
record?: Partial<RaRecord>;
167
- resetOptions?: KeepStateOptions;
168
onSubmit?: SubmitHandler<FieldValues> | SaveHandler<RecordType>;
169
sanitizeEmptyValues?: boolean;
170
disableInvalidFormNotification?: boolean;
0 commit comments