add missing finally block

This commit is contained in:
Alex Holliday
2025-06-13 10:05:29 +08:00
parent deeb6a030c
commit a63bcb5b4a

View File

@@ -43,6 +43,8 @@ const ActionsMenu = ({
pauseCallback();
} catch (error) {
createToast({ body: "Failed to pause monitor." });
} finally {
setIsLoading(false);
}
};