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 75057d8 commit bcb94beCopy full SHA for bcb94be
client/packages/lowcoder/src/comps/comps/progressCircleComp.tsx
@@ -67,7 +67,7 @@ export const StyledProgressCircle = styled(Progress)<{
67
68
let ProgressCircleTmpComp = (function () {
69
const childrenMap = {
70
- value: numberExposingStateControl('value', 60),
+ value: numberExposingStateControl("value", 60),
71
// borderRadius property hidden as it's not valid for progress circle
72
style: styleControl(CircleProgressStyle),
73
animationStyle: styleControl(AnimationStyle),
0 commit comments