Skip to content

Commit ea63385

Browse files
committed
formating removed-65
1 parent 79a7d59 commit ea63385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/packages/lowcoder/src/comps/comps/selectInputComp/radioCompConstants.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ export const RadioLayoutOptions = [
3030
] as const;
3131

3232
export const RadioChildrenMap = {
33-
defaultValue: stringExposingStateControl('value'),
34-
value: stringExposingStateControl('value'),
33+
defaultValue: stringExposingStateControl("value"),
34+
value: stringExposingStateControl("value"),
3535
label: LabelControl,
3636
disabled: BoolCodeControl,
3737
onEvent: ChangeEventHandlerControl,
3838
options: SelectInputOptionControl,
3939
style: styleControl(InputFieldStyle),
40-
labelStyle: styleControl(LabelStyle),
41-
layout: dropdownControl(RadioLayoutOptions, 'horizontal'),
40+
labelStyle:styleControl(LabelStyle),
41+
layout: dropdownControl(RadioLayoutOptions, "horizontal"),
4242
viewRef: RefControl<HTMLDivElement>,
4343
inputFieldStyle: styleControl(RadioStyle),
4444
animationStyle: styleControl(AnimationStyle),

0 commit comments

Comments
 (0)