Fix owner references to guest user

If the user guest is used as an example value of the owner field, we should make sure to specify it as user:guest instead as the default is group.

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-04-22 13:21:33 +02:00
parent d203c9e901
commit 6eaecbd81d
7 changed files with 12 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Improve owner example value in `MissingAnnotationEmptyState`.