diff --git a/frontend/src/components/NotificationsComponent.tsx b/frontend/src/components/NotificationsComponent.tsx index 9a9f96c..5c4defb 100644 --- a/frontend/src/components/NotificationsComponent.tsx +++ b/frontend/src/components/NotificationsComponent.tsx @@ -28,7 +28,9 @@ export const Notifications = React.memo((props: NotificationProps) => { onClose={() => removeNotificationById(notification.id)} onClick={() => removeNotificationById(notification.id)} onMouseLeave={() => { - removeNotificationById(notification.id); + if (notification.levelname !== 'ERROR') { + removeNotificationById(notification.id); + } }} show={true} autohide={