Skip to content

Commit 4ae2e6b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { ErrorListProps, FormContextType, RJSFSchema, StrictRJSFSchema, TranslatableString } from '@rjsf/utils';
22
import { ListIndicator, ListItem, ListRoot } from '@chakra-ui/react';
33
import { TriangleAlert } from 'lucide-react';
4+
45
import { Alert } from '../components/ui/alert';
56

67
export default function ErrorList<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({

0 commit comments

Comments
 (0)