From 8666b7bc903b55810632f2239caadb929616d660 Mon Sep 17 00:00:00 2001 From: Alex Rybchenko Date: Tue, 2 Nov 2021 09:26:45 +0100 Subject: [PATCH] updated changeset Signed-off-by: Alex Rybchenko --- .changeset/real-mails-add.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/real-mails-add.md b/.changeset/real-mails-add.md index 9eff9cbe62..30a9100699 100644 --- a/.changeset/real-mails-add.md +++ b/.changeset/real-mails-add.md @@ -1,6 +1,5 @@ --- '@backstage/core-components': patch -'@backstage/plugin-catalog': patch --- -fixed route resolving (issue #7741) when user cannot select a tab in any of the tabbed pages (like the Catalog page) if it shares the same initial letters as a preceding tab. (i.e. where tab with a path of /ci is followed by a path of /cid, user cannot select /cid as /ci will always be selected first). +fixed route resolving (issue #7741) when user cannot select a tab in any of the tabbed pages (like the Catalog page) if it shares the same initial letters as a preceding tab. (i.e. where tab with a path of /ci is followed by a path of /ci-2, user cannot select /ci-2 as /ci will always be selected first).