@@ -45,7 +45,7 @@ const Container = styled.div<{
45
45
overflow: auto;
46
46
border-radius: ${ ( props ) => props . $style . radius } ;
47
47
48
- label[for=' root-title' ] {
48
+ label[for=" root-title" ] {
49
49
font-size: 18px;
50
50
}
51
51
@@ -189,10 +189,7 @@ let FormBasicComp = (function () {
189
189
resetAfterSubmit : BoolControl ,
190
190
schema : jsonObjectControl ( i18nObjs . jsonForm . defaultSchema ) ,
191
191
uiSchema : jsonObjectControl ( i18nObjs . jsonForm . defaultUiSchema ) ,
192
- data : jsonObjectExposingStateControl (
193
- 'data' ,
194
- i18nObjs . jsonForm . defaultFormData
195
- ) ,
192
+ data : jsonObjectExposingStateControl ( "data" , i18nObjs . jsonForm . defaultFormData ) ,
196
193
onEvent : eventHandlerControl ( EventOptions ) ,
197
194
style : styleControl ( JsonSchemaFormStyle ) ,
198
195
animationStyle : styleControl ( AnimationStyle ) ,
@@ -222,9 +219,9 @@ let FormBasicComp = (function () {
222
219
className = { buttonOptions ?. props ?. className }
223
220
type = "primary"
224
221
htmlType = "submit"
225
- style = { { float : ' right' } }
222
+ style = { { float : " right" } }
226
223
>
227
- { buttonOptions ?. submitText ?? trans ( ' event.submit' ) }
224
+ { buttonOptions ?. submitText ?? trans ( " event.submit" ) }
228
225
</ Button >
229
226
}
230
227
/>
0 commit comments