Merge pull request #3859 from backstage/orkohunter/scaffolder-allow-retry-without-loading

fix(scaffolder): Allow user to retry creating new component without having to reload the page
This commit is contained in:
Himanshu Mishra
2021-01-04 11:24:25 +01:00
committed by GitHub
4 changed files with 39 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Bug fix: User can retry creating a new component if an error occurs, without having to reload the page.