Skip to content

Commit 0e83fce

Browse files
committed
remove useless default values
1 parent 04f7790 commit 0e83fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/input/SelectArrayInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ const CreateAuthor = () => {
713713
},
714714
}}
715715
>
716-
<SimpleForm defaultValues={{ first_name: filter }}>
716+
<SimpleForm>
717717
<TextInput
718718
source="first_name"
719719
helperText={false}

0 commit comments

Comments
 (0)