Skip to content

Commit 338ac98

Browse files
committed
feat: DXDP-5242 | Fixed the formatting issue on form field
1 parent 8e4cf1c commit 338ac98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/ui/form-field.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import {
2-
Field as FieldPrimitive,
3-
} from "@base-ui-components/react";
1+
import { Field as FieldPrimitive } from "@base-ui-components/react";
42
import { cva, VariantProps } from "class-variance-authority";
53
import * as React from "react";
64
import { cn } from "@/lib/utils";

0 commit comments

Comments
 (0)