Skip to content

Commit e607eca

Browse files
committed
formating removed-103
1 parent c17a1f3 commit e607eca

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Container = styled.div<{
4545
overflow: auto;
4646
border-radius: ${(props) => props.$style.radius};
4747
48-
label[for='root-title'] {
48+
label[for="root-title"] {
4949
font-size: 18px;
5050
}
5151
@@ -189,10 +189,7 @@ let FormBasicComp = (function () {
189189
resetAfterSubmit: BoolControl,
190190
schema: jsonObjectControl(i18nObjs.jsonForm.defaultSchema),
191191
uiSchema: jsonObjectControl(i18nObjs.jsonForm.defaultUiSchema),
192-
data: jsonObjectExposingStateControl(
193-
'data',
194-
i18nObjs.jsonForm.defaultFormData
195-
),
192+
data: jsonObjectExposingStateControl("data", i18nObjs.jsonForm.defaultFormData),
196193
onEvent: eventHandlerControl(EventOptions),
197194
style: styleControl(JsonSchemaFormStyle),
198195
animationStyle: styleControl(AnimationStyle),
@@ -222,9 +219,9 @@ let FormBasicComp = (function () {
222219
className={buttonOptions?.props?.className}
223220
type="primary"
224221
htmlType="submit"
225-
style={{float: 'right'}}
222+
style={{ float: "right" }}
226223
>
227-
{buttonOptions?.submitText ?? trans('event.submit')}
224+
{buttonOptions?.submitText ?? trans("event.submit")}
228225
</Button>
229226
}
230227
/>

0 commit comments

Comments
 (0)