From b07756e4553d7ef42767fe586e7667f78e1fdcd1 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 29 Jan 2025 10:03:37 +0100 Subject: [PATCH] catalog: inspect dialog changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/silly-vans-shop.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/silly-vans-shop.md diff --git a/.changeset/silly-vans-shop.md b/.changeset/silly-vans-shop.md new file mode 100644 index 0000000000..7bd283adbc --- /dev/null +++ b/.changeset/silly-vans-shop.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog-react': patch +'@backstage/plugin-catalog': patch +--- + +- The Entity Page now retains the visibility of the Inspect Dialog after a reload. This allows sharing the URL with the dialog open.