mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
fix building
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user