Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Nov 1, 2024
1 parent 92edd08 commit 986d28c
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 986d28c

Please sign in to comment.