Merge pull request #24859 from autodesk-forks/adsk-mukul/fix-typo-review-step

Fix a typo in review step label
This commit is contained in:
Ben Lambert
2024-05-22 12:27:27 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fixed a typo '$' in the review step label
@@ -214,7 +214,7 @@ export const Stepper = (stepperProps: StepperProps) => {
);
})}
<MuiStep>
<MuiStepLabel>${reviewLabel}</MuiStepLabel>
<MuiStepLabel>{reviewLabel}</MuiStepLabel>
</MuiStep>
</MuiStepper>
<div className={styles.formWrapper}>