Skip to content

Commit 3d49c9c

Browse files
committed
feat: update Progress story to remove predictionValue from Progress component
1 parent 9d322df commit 3d49c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/progress/Progress.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const ProgressExample = () => {
1919
You used 50% of your available workflow executions and will used 75% until its reseted.
2020
</Text>
2121
<Spacing spacing={"xl"}/>
22-
<Progress value={30} predictionValue={70} max={100} color={"#70ffb2"}/>
22+
<Progress value={30} max={100} color={"#70ffb2"}/>
2323
<Spacing spacing={"xs"}/>
2424
<Text>
2525
You used 30% of your available workflow executions and will used 120% until its reseted.

0 commit comments

Comments
 (0)