Merge pull request #9275 from RoadieHQ/allow-configurable-holding-text

allow providing holding text for scaffolder loading
This commit is contained in:
Ben Lambert
2022-02-04 13:04:45 +01:00
committed by GitHub
6 changed files with 45 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
The ScaffolderPage can be passed an optional `TaskPageComponent` with a `loadingText` string. It will replace the Loading text in the scaffolder task page.