Merge pull request #9373 from backstage/rugvip/fallback

core-components: make useSupportConfig fall back to default config when needed
This commit is contained in:
Ben Lambert
2022-02-07 10:00:42 +01:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
The `ErrorPage` now falls back to using the default support configuration if the `ConfigApi` is not available.