diff --git a/ui/src/components/profiles-table.tsx b/ui/src/components/profiles-table.tsx index 5d201022..b69b702a 100644 --- a/ui/src/components/profiles-table.tsx +++ b/ui/src/components/profiles-table.tsx @@ -79,6 +79,7 @@ export function ProfilesTable({ data, onEdit }: ProfilesTableProps) { }, ]; + // eslint-disable-next-line react-hooks/incompatible-library const table = useReactTable({ data, columns,