fix(FE-51-54): fixing bug and layout form adjustment

This commit is contained in:
randy-ar
2025-10-11 23:26:30 +07:00
parent 1fd4b2aba5
commit f662f2951e
10 changed files with 70 additions and 167 deletions
+1 -2
View File
@@ -14,7 +14,7 @@ export interface RadioInputProps {
name: string;
value?: string;
options: RadioOption[];
variant?: string; // contoh: 'radio-primary', 'radio-secondary', dll
variant?: string;
className?: {
wrapper?: string;
label?: string;
@@ -41,7 +41,6 @@ const RadioInput = ({
variant = 'radio-primary',
className,
isError,
isValid,
errorMessage,
required = false,
disabled = false,