Fixed a bug where the allowed* values for the RepoUrlPicker would be reset on render.

Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
Peter Macdonald
2022-10-06 13:12:55 +02:00
parent 92953ece5f
commit 1eba273b69
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder': patch
---
Fixed the `allowedOwners` from resetting itself when you make a selection or leave the Allowed Owners drop down and start typing in an input below it
Fixed a bug where the `allowed*` values for the `RepoUrlPicker` would be reset on render.