diff --git a/web/app/components/datasets/create/stepper/step.tsx b/web/app/components/datasets/create/stepper/step.tsx index c230de1a6..91e9c718f 100644 --- a/web/app/components/datasets/create/stepper/step.tsx +++ b/web/app/components/datasets/create/stepper/step.tsx @@ -17,12 +17,12 @@ export const StepperStep: FC = (props) => { const label = isActive ? `STEP ${index + 1}` : `${index + 1}` return