Merge pull request #4428 from adamdmharvey/fix-dialog

fix: Whitespace in unregister error dialog box
This commit is contained in:
Fredrik Adelöw
2021-02-09 22:43:10 +01:00
committed by GitHub
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Fix whitespace around variable in unregister error dialog box
+1
View File
@@ -249,6 +249,7 @@ transpilation
Tuite
ui
unmanaged
unregister
untracked
upvote
url
@@ -110,7 +110,7 @@ export const UnregisterEntityDialog = ({
{error.name === 'DeniedLocationException' ? (
<>
You cannot unregister this entity, since it originates from a
protected Backstage configuration (location
protected Backstage configuration (location{' '}
{`"${(error as DeniedLocationException).locationName}"`}). If
you believe this is in error, please contact the{' '}
{configApi.getOptionalString('app.title') ?? 'Backstage'}{' '}