Skip to content

Commit cf8c3e3

Browse files
committed
fix: renamed the status
1 parent 8f0b0b9 commit cf8c3e3

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
@@ -296,9 +296,9 @@ const allStatusesSteps: ReadonlyArray<StepsProps.Step> = [
296296
details: 'Test description',
297297
},
298298
{
299-
status: 'not-started-yet',
300-
statusIconAriaLabel: 'not started yet',
301-
header: 'not started yet step',
299+
status: 'not-started',
300+
statusIconAriaLabel: 'not started',
301+
header: 'not started step',
302302
details: 'Test description',
303303
},
304304
];

0 commit comments

Comments
 (0)