We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d78da commit 6a2dd44Copy full SHA for 6a2dd44
src/modules/datasets/datasetsTable/columns.tsx
@@ -44,7 +44,7 @@ export const columns: ColumnDef<Dataset>[] = [
44
{
45
accessorKey: 'datasetName',
46
header: 'Type',
47
- cell: ({ row }) => {
+ cell: () => {
48
// const datasetType = row.original.type;
49
const datasetType = [
50
{ name: 'Email', type: 'string' },
0 commit comments