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.
1 parent dc15fc6 commit 4cb2e21Copy full SHA for 4cb2e21
frontend/src/components/Connect/List/List.tsx
@@ -23,7 +23,7 @@ const List: React.FC = () => {
23
24
const columns = React.useMemo<ColumnDef<FullConnectorInfo>[]>(
25
() => [
26
- { header: 'Name', accessorKey: 'name', cell: BreakableTextCell },
+ { header: 'Name', accessorKey: 'name' },
27
{ header: 'Connect', accessorKey: 'connect', cell: BreakableTextCell },
28
{ header: 'Type', accessorKey: 'type' },
29
{
0 commit comments