Skip to content

Commit 08aa993

Browse files
lint
1 parent d73706c commit 08aa993

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/meteor/client/views/admin/ABAC/ABACAttributesTab/AttributesForm.spec.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ const appRoot = mockAppRoot()
2323
})
2424
.build();
2525

26-
const FormProviderWrapper = ({
27-
children,
28-
defaultValues,
29-
}: {
30-
children: ReactNode;
31-
defaultValues?: Partial<AttributesFormFormData>;
32-
}) => {
26+
const FormProviderWrapper = ({ children, defaultValues }: { children: ReactNode; defaultValues?: Partial<AttributesFormFormData> }) => {
3327
const methods = useForm<AttributesFormFormData>({
3428
defaultValues: {
3529
name: '',

0 commit comments

Comments
 (0)