Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 23, 2025
1 parent d095b8f commit 1879b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/form/SimpleForm.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { NumberInput, TextInput } from '../input';
import { SimpleForm } from './SimpleForm';
import { Labeled } from '../Labeled';
import { TextField, NumberField } from '../field';
import { Query, QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';

export default { title: 'ra-ui-materialui/forms/SimpleForm' };

Expand Down

0 comments on commit 1879b43

Please sign in to comment.