Skip to content

Commit

Permalink
EPMUII-8068: added comment, that alert does not catch all cases then …
Browse files Browse the repository at this point in the history
…image does not contain lungs
  • Loading branch information
DimitriIlnitski committed Jan 30, 2024
1 parent 2118ae9 commit caf6944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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!');
Expand Down

0 comments on commit caf6944

Please sign in to comment.