Browse Source

Auto-closing of alert message removed (#1869)

Co-authored-by: k.morozov <k.morozov@ffin.ru>
Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
Kirill Morozov 3 years ago
parent
commit
3a9e1d12f4
1 changed files with 0 additions and 4 deletions
  1. 0 4
      kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx

+ 0 - 4
kafka-ui-react-app/src/components/KsqlDb/Query/Query.tsx

@@ -124,10 +124,6 @@ const Query: FC = () => {
                   createdAt: now(),
                 })
               );
-
-              setTimeout(() => {
-                dispatch(alertDissmissed(id));
-              }, AUTO_DISMISS_TIME);
               break;
             }
             case 'Schema': {