Apply suggestion from @Rugvip

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-22 10:45:17 +01:00
committed by GitHub
parent d7c7c7e071
commit 13d1483605
+1 -7
View File
@@ -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 <fatihcamgoz@hotmail.com.tr>
Fixed `SearchModalDialog` breaking the page by not closing correctly.