diff --git a/app/client/src/widgets/ProgressWidget/component/index.tsx b/app/client/src/widgets/ProgressWidget/component/index.tsx index f710d3980b..9fa56deb76 100644 --- a/app/client/src/widgets/ProgressWidget/component/index.tsx +++ b/app/client/src/widgets/ProgressWidget/component/index.tsx @@ -418,7 +418,7 @@ function CircularProgress(props: ProgressComponentProps) { x={VIEWBOX_CENTER_X} y={VIEWBOX_CENTER_Y} > - {`${(value / MAX_VALUE) * 100}%`} + {`${value}%`} )}