Przeglądaj źródła

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 lat temu
rodzic
commit
3a9e1d12f4

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

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