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.