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 d73706c commit 08aa993Copy full SHA for 08aa993
apps/meteor/client/views/admin/ABAC/ABACAttributesTab/AttributesForm.spec.tsx
@@ -23,13 +23,7 @@ const appRoot = mockAppRoot()
23
})
24
.build();
25
26
-const FormProviderWrapper = ({
27
- children,
28
- defaultValues,
29
-}: {
30
- children: ReactNode;
31
- defaultValues?: Partial<AttributesFormFormData>;
32
-}) => {
+const FormProviderWrapper = ({ children, defaultValues }: { children: ReactNode; defaultValues?: Partial<AttributesFormFormData> }) => {
33
const methods = useForm<AttributesFormFormData>({
34
defaultValues: {
35
name: '',
0 commit comments