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
@@ -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'}{' '}