Skip to content

Commit 4cb2e21

Browse files
committed
FE: revert width behavior for kafka connect name column
1 parent dc15fc6 commit 4cb2e21

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/Connect/List

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const List: React.FC = () => {
2323

2424
const columns = React.useMemo<ColumnDef<FullConnectorInfo>[]>(
2525
() => [
26-
{ header: 'Name', accessorKey: 'name', cell: BreakableTextCell },
26+
{ header: 'Name', accessorKey: 'name' },
2727
{ header: 'Connect', accessorKey: 'connect', cell: BreakableTextCell },
2828
{ header: 'Type', accessorKey: 'type' },
2929
{

0 commit comments

Comments
 (0)