From caf6944cb9aae154cc6e182e0a2476d0e5eb0d8a Mon Sep 17 00:00:00 2001 From: Dmytro Ilnytskyy Date: Tue, 30 Jan 2024 21:24:29 +0200 Subject: [PATCH] EPMUII-8068: added comment, that alert does not catch all cases then image does not contain lungs --- src/ui/Main.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/Main.jsx b/src/ui/Main.jsx index da3f3d3..75c664b 100644 --- a/src/ui/Main.jsx +++ b/src/ui/Main.jsx @@ -196,6 +196,7 @@ export const Main = () => { useOnEvent(mriEventsService.FILE_READ_SUCCESS, onHide); + //Alret message does not catch all cases then loaded image, which does not contain lungs useEffect(() => { if (lungsSeedStatus) { setStrAlertTitle('Attention!');