File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/packages/lowcoder/src/comps/comps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function fixOldData(oldData: any) {
85
85
*/
86
86
let SwitchTmpComp = ( function ( ) {
87
87
const childrenMap = {
88
- value : booleanExposingStateControl ( ' value' ) ,
88
+ value : booleanExposingStateControl ( " value" ) ,
89
89
label : LabelControl ,
90
90
onEvent : eventHandlerControl ( EventOptions ) ,
91
91
disabled : BoolCodeControl ,
@@ -97,7 +97,7 @@ let SwitchTmpComp = (function () {
97
97
)
98
98
) ,
99
99
viewRef : RefControl < HTMLElement > ,
100
- inputFieldStyle : migrateOldData ( styleControl ( SwitchStyle ) , fixOldData ) ,
100
+ inputFieldStyle :migrateOldData ( styleControl ( SwitchStyle ) , fixOldData ) ,
101
101
...formDataChildren ,
102
102
} ;
103
103
return new UICompBuilder ( childrenMap , ( props ) => {
You can’t perform that action at this time.
0 commit comments