Fleet UI: Modal flash unreleased bug fix (#11770)
This commit is contained in:
@@ -38,7 +38,7 @@ const Modal = ({
|
||||
return () => {
|
||||
document.removeEventListener("keydown", closeWithEscapeKey);
|
||||
};
|
||||
}, [hideFlash, onExit]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (onEnter) {
|
||||
|
||||
Reference in New Issue
Block a user