Merge pull request #9366 from backstage/emmaindal/error-page

[ErrorPage] adjust accepted properties
This commit is contained in:
Ben Lambert
2022-02-07 18:06:21 +01:00
committed by GitHub
3 changed files with 79 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Adjust ErrorPage to accept optional supportUrl property to override app support config. Update type of additionalInfo property to be ReactNode to accept both string and component.