We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91630b2 commit d40cd7cCopy full SHA for d40cd7c
packages/ra-core/src/controller/input/ReferenceArrayInputBase.stories.tsx
@@ -8,8 +8,7 @@ import { CreateBase } from '../../controller/create/CreateBase';
8
import { testDataProvider } from '../../dataProvider/testDataProvider';
9
import { DataProvider } from '../../types';
10
import { Form } from '../../form/Form';
11
-import { useInput } from '../../form/useInput';
12
-import { InputProps } from '../../form/types';
+import { InputProps, useInput } from '../../form/useInput';
13
import { TestMemoryRouter } from '../../routing/TestMemoryRouter';
14
import {
15
ReferenceArrayInputBase,
0 commit comments