2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00

fix building

This commit is contained in:
Matthias Mair
2024-04-15 20:45:46 +02:00
parent 0e0ac2df09
commit f8c055bf4e

View File

@@ -9,7 +9,7 @@ import {
IconShoppingCart,
IconTriangleSquareCircle
} from '@tabler/icons-react';
import { DataTable, DataTableColumn } from 'mantine-datatable';
import { DataTable } from 'mantine-datatable';
import { ReactNode, useMemo } from 'react';
import {
Bar,
@@ -41,7 +41,7 @@ export default function PricingOverviewPanel({
part: any;
pricing: any;
}): ReactNode {
const columns: DataTableColumn<any>[] = useMemo(() => {
const columns: any[] = useMemo(() => {
return [
{
accessor: 'title',