update changeset

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-07 14:35:31 +01:00
parent 4922f11fe3
commit dd474f9350
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/core-components': patch
---
Adjust ErrorPage to accept optional supportUrl property to override app config and JSX Element as additionalInfo property.
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.