From d2f5662985c347578b3b786b67a0f2ee396eaa60 Mon Sep 17 00:00:00 2001 From: dimisjim Date: Fri, 17 Nov 2023 15:45:10 +0100 Subject: [PATCH] fix query params + added changeset Signed-off-by: dimisjim --- .changeset/sweet-buckets-hunt.md | 5 +++++ .../src/components/ProjectDetailsPage/ProjectDetailsPage.tsx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/sweet-buckets-hunt.md diff --git a/.changeset/sweet-buckets-hunt.md b/.changeset/sweet-buckets-hunt.md new file mode 100644 index 0000000000..c8a7794457 --- /dev/null +++ b/.changeset/sweet-buckets-hunt.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-gcp-projects': patch +--- + +Fix query parameter for project details page which should point to projectId rather than project name diff --git a/plugins/gcp-projects/src/components/ProjectDetailsPage/ProjectDetailsPage.tsx b/plugins/gcp-projects/src/components/ProjectDetailsPage/ProjectDetailsPage.tsx index 364033ce73..8dea9fca8a 100644 --- a/plugins/gcp-projects/src/components/ProjectDetailsPage/ProjectDetailsPage.tsx +++ b/plugins/gcp-projects/src/components/ProjectDetailsPage/ProjectDetailsPage.tsx @@ -127,7 +127,7 @@ const DetailsPage = () => { {details?.name && (