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 9d322df commit 3d49c9cCopy full SHA for 3d49c9c
1 file changed
src/components/progress/Progress.stories.tsx
@@ -19,7 +19,7 @@ export const ProgressExample = () => {
19
You used 50% of your available workflow executions and will used 75% until its reseted.
20
</Text>
21
<Spacing spacing={"xl"}/>
22
- <Progress value={30} predictionValue={70} max={100} color={"#70ffb2"}/>
+ <Progress value={30} max={100} color={"#70ffb2"}/>
23
<Spacing spacing={"xs"}/>
24
<Text>
25
You used 30% of your available workflow executions and will used 120% until its reseted.
0 commit comments