diff --git a/client/src/Components/ActionsMenu/index.jsx b/client/src/Components/ActionsMenu/index.jsx index cdd7ecf7d..1b590a471 100644 --- a/client/src/Components/ActionsMenu/index.jsx +++ b/client/src/Components/ActionsMenu/index.jsx @@ -43,6 +43,8 @@ const ActionsMenu = ({ pauseCallback(); } catch (error) { createToast({ body: "Failed to pause monitor." }); + } finally { + setIsLoading(false); } };