Skip to content

Commit 9635203

Browse files
committed
reviews
1 parent 40bac8f commit 9635203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ export const InsideReferenceInputWithError = () => (
612612
);
613613

614614
const CreateAuthor = () => {
615-
const { filter, onCancel, onCreate } = useCreateSuggestionContext();
615+
const { onCancel, onCreate } = useCreateSuggestionContext();
616616

617617
const onAuthorCreate = author => {
618618
onCreate(author);

0 commit comments

Comments
 (0)