Skip to content

Commit 8322e0c

Browse files
authored
remove unnecessary prop declaration
1 parent c9d8d68 commit 8322e0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ra-core/src/form/useAugmentedForm.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
} from 'react';
88
import {
99
FieldValues,
10-
KeepStateOptions,
1110
SubmitHandler,
1211
useForm,
1312
UseFormProps,
@@ -164,7 +163,6 @@ export interface UseFormOwnProps<RecordType = any> {
164163
defaultValues?: any;
165164
formRootPathname?: string;
166165
record?: Partial<RaRecord>;
167-
resetOptions?: KeepStateOptions;
168166
onSubmit?: SubmitHandler<FieldValues> | SaveHandler<RecordType>;
169167
sanitizeEmptyValues?: boolean;
170168
disableInvalidFormNotification?: boolean;

0 commit comments

Comments
 (0)