We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399ddcf + bbf5c3a commit 6008491Copy full SHA for 6008491
frontend/src/components/Connect/List/List.tsx
@@ -9,6 +9,7 @@ import { useNavigate, useSearchParams } from 'react-router-dom';
9
import BreakableTextCell from 'components/common/NewTable/BreakableTextCell';
10
import { useQueryPersister } from 'components/common/NewTable/Filter';
11
12
+
13
import ActionsCell from './ActionsCell';
14
import TopicsCell from './TopicsCell';
15
import RunningTasksCell from './RunningTasksCell';
@@ -69,6 +70,7 @@ const List: React.FC = () => {
69
70
71
const persister = useQueryPersister(kafkaConnectColumns);
72
73
74
return (
75
<Table
76
data={connectors || []}
0 commit comments