Skip to content

Commit e3f1895

Browse files
committed
formating removed-58
1 parent 1fb7633 commit e3f1895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ function fixOldData(oldData: any) {
3636

3737
const RatingBasicComp = (function () {
3838
const childrenMap = {
39-
defaultValue: numberExposingStateControl('defaultValue'),
40-
value: numberExposingStateControl('value'),
41-
max: withDefault(NumberControl, '5'),
39+
defaultValue: numberExposingStateControl("defaultValue"),
40+
value: numberExposingStateControl("value"),
41+
max: withDefault(NumberControl, "5"),
4242
label: LabelControl,
4343
allowHalf: BoolControl,
4444
disabled: BoolCodeControl,

0 commit comments

Comments
 (0)