Skip to content

Commit 412cea3

Browse files
committed
fix build issue
1 parent 2417da9 commit 412cea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface ButtonProps {
99
className?: string;
1010
role?: string;
1111
label?: string;
12-
children?: ReactNode;
12+
children?: any;
1313
}
1414

1515
const Button: React.FC<ButtonProps> = ({

0 commit comments

Comments
 (0)