fix: Progress widget with circular type is showing wrong value (#12667)
-- Output progress value as it is
This commit is contained in:
parent
cb14819046
commit
7045416dd8
|
|
@ -418,7 +418,7 @@ function CircularProgress(props: ProgressComponentProps) {
|
|||
x={VIEWBOX_CENTER_X}
|
||||
y={VIEWBOX_CENTER_Y}
|
||||
>
|
||||
{`${(value / MAX_VALUE) * 100}%`}
|
||||
{`${value}%`}
|
||||
</Label>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user