Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 31, 2024
1 parent 91d2591 commit 35e0b32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/MRTDataTable/MRTDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,10 @@ export default function MRTDataTable<T extends Record<string, any> = {}>({
mantineExpandAllButtonProps: {
size: "xs"
},

renderDetailPanel
} as MRT_TableOptions;

const table = useMantineReactTable(options);

// @ts-expect-error
return <MantineReactTable table={table} />;
}

0 comments on commit 35e0b32

Please sign in to comment.