Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Feb 17, 2025
1 parent 22df443 commit 35bd505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const getObjectTableColumns = (
...(isGenericSchema(schema)
? [
{
id: "kind",
id: "__typename",
accessorFn: (row) => row.__typename,
header: () => <KindHeaderCell schema={schema} />,
cell: ({ cell }) => <KindBodyCell schemaKind={cell.getValue() as string} />,
Expand Down

0 comments on commit 35bd505

Please sign in to comment.