From 13d1483605e8c2b485888647cc1eb8f32d22ada4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 22 Mar 2026 10:45:17 +0100 Subject: [PATCH] Apply suggestion from @Rugvip Signed-off-by: Patrik Oldsberg --- .changeset/orange-friends-march.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.changeset/orange-friends-march.md b/.changeset/orange-friends-march.md index e2fc659439..929db51666 100644 --- a/.changeset/orange-friends-march.md +++ b/.changeset/orange-friends-march.md @@ -2,10 +2,4 @@ '@backstage/plugin-search': patch --- -Fix SearchModal Dialog not unmounting properly on close - -Fixed issue where Dialog was hidden but not unmounted, preventing -Material-UI from removing overflow:hidden from body element. -Added tests to verify Dialog is properly removed from DOM. - -Signed-off-by: fcamgz +Fixed `SearchModalDialog` breaking the page by not closing correctly.