We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb7633 commit e3f1895Copy full SHA for e3f1895
client/packages/lowcoder/src/comps/comps/ratingComp.tsx
@@ -36,9 +36,9 @@ function fixOldData(oldData: any) {
36
37
const RatingBasicComp = (function () {
38
const childrenMap = {
39
- defaultValue: numberExposingStateControl('defaultValue'),
40
- value: numberExposingStateControl('value'),
41
- max: withDefault(NumberControl, '5'),
+ defaultValue: numberExposingStateControl("defaultValue"),
+ value: numberExposingStateControl("value"),
+ max: withDefault(NumberControl, "5"),
42
label: LabelControl,
43
allowHalf: BoolControl,
44
disabled: BoolCodeControl,
0 commit comments