diff --git a/apps/client/src/widgets/react/Modal.tsx b/apps/client/src/widgets/react/Modal.tsx index 1f020b56b..96f41076f 100644 --- a/apps/client/src/widgets/react/Modal.tsx +++ b/apps/client/src/widgets/react/Modal.tsx @@ -71,7 +71,7 @@ export default function Modal({ children, className, size, title, header, footer modalElement.removeEventListener("hidden.bs.modal", onHidden); } }; - }); + }, [ ]); } const dialogStyle: CSSProperties = {};