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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user