mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
fix(FE-51-54): fixing bug and layout form adjustment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user