Skip to content

Commit 8dc3e7b

Browse files
committed
fix: renamed the status
1 parent 376205d commit 8dc3e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/steps/permutations-utils.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ const allStatusesSteps: ReadonlyArray<StepsProps.Step> = [
295295
details: 'Test description',
296296
},
297297
{
298-
status: 'not-started-yet',
299-
statusIconAriaLabel: 'not started yet',
300-
header: 'not started yet step',
298+
status: 'not-started',
299+
statusIconAriaLabel: 'not started',
300+
header: 'not started step',
301301
details: 'Test description',
302302
},
303303
];

0 commit comments

Comments
 (0)