We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d304ae commit 4945434Copy full SHA for 4945434
src/components/ui/molecules/Field/variants.tsx
@@ -73,6 +73,5 @@ const Array = <T, K extends DeepKeys<T>>({ field, disabled, ...wrapper }: Props<
73
</Wrapper>
74
);
75
};
76
-export { Array, Enum, NumberField as Number, String, Text };
77
78
export { Array, Enum, NumberField as Number, String, Text };
0 commit comments