Skip to content

Commit 6008491

Browse files
authored
Merge branch 'main' into table_filters
2 parents 399ddcf + bbf5c3a commit 6008491

File tree

1 file changed

+2
-0
lines changed
  • frontend/src/components/Connect/List

1 file changed

+2
-0
lines changed

frontend/src/components/Connect/List/List.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { useNavigate, useSearchParams } from 'react-router-dom';
99
import BreakableTextCell from 'components/common/NewTable/BreakableTextCell';
1010
import { useQueryPersister } from 'components/common/NewTable/Filter';
1111

12+
1213
import ActionsCell from './ActionsCell';
1314
import TopicsCell from './TopicsCell';
1415
import RunningTasksCell from './RunningTasksCell';
@@ -69,6 +70,7 @@ const List: React.FC = () => {
6970

7071
const persister = useQueryPersister(kafkaConnectColumns);
7172

73+
7274
return (
7375
<Table
7476
data={connectors || []}

0 commit comments

Comments
 (0)