Skip to content

Commit 187c060

Browse files
committed
formating removed-68
1 parent 45364c1 commit 187c060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/comps/comps/switchComp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function fixOldData(oldData: any) {
8585
*/
8686
let SwitchTmpComp = (function () {
8787
const childrenMap = {
88-
value: booleanExposingStateControl('value'),
88+
value: booleanExposingStateControl("value"),
8989
label: LabelControl,
9090
onEvent: eventHandlerControl(EventOptions),
9191
disabled: BoolCodeControl,
@@ -97,7 +97,7 @@ let SwitchTmpComp = (function () {
9797
)
9898
),
9999
viewRef: RefControl<HTMLElement>,
100-
inputFieldStyle: migrateOldData(styleControl(SwitchStyle), fixOldData),
100+
inputFieldStyle:migrateOldData(styleControl(SwitchStyle), fixOldData),
101101
...formDataChildren,
102102
};
103103
return new UICompBuilder(childrenMap, (props) => {

0 commit comments

Comments
 (0)