Skip to content

Commit 235f418

Browse files
Update packages/chakra-ui/src/UpDownWidget/UpDownWidget.tsx
Co-authored-by: Heath C <[email protected]>
1 parent e1b7a4a commit 235f418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/chakra-ui/src/UpDownWidget/UpDownWidget.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ import {
88
StrictRJSFSchema,
99
WidgetProps,
1010
} from '@rjsf/utils';
11+
import { NumberInputValueChangeDetails } from '@chakra-ui/react';
12+
1113
import { Field } from '../components/ui/field';
1214
import { NumberInputField, NumberInputRoot } from '../components/ui/number-input';
13-
import { NumberInputValueChangeDetails } from '@chakra-ui/react';
1415

1516
export default function UpDownWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(
1617
props: WidgetProps<T, S, F>,

0 commit comments

Comments
 (0)