From b557e6c58d811f7c5f8ee3668d4e9945db59017c Mon Sep 17 00:00:00 2001 From: Julius Berger Date: Thu, 7 Jul 2022 10:44:23 +0200 Subject: [PATCH] add changeset Signed-off-by: Julius Berger --- .changeset/cuddly-comics-pump.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/cuddly-comics-pump.md diff --git a/.changeset/cuddly-comics-pump.md b/.changeset/cuddly-comics-pump.md new file mode 100644 index 0000000000..af2c08cd6c --- /dev/null +++ b/.changeset/cuddly-comics-pump.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +Fixed that adding more than one `allowedOwner` or `allowedRepo` in the template config will now still set the first value as default in the initial form state of RepoUrlPicker.