mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-09 21:30:54 +00:00
fix building
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
|||||||
IconShoppingCart,
|
IconShoppingCart,
|
||||||
IconTriangleSquareCircle
|
IconTriangleSquareCircle
|
||||||
} from '@tabler/icons-react';
|
} from '@tabler/icons-react';
|
||||||
import { DataTable, DataTableColumn } from 'mantine-datatable';
|
import { DataTable } from 'mantine-datatable';
|
||||||
import { ReactNode, useMemo } from 'react';
|
import { ReactNode, useMemo } from 'react';
|
||||||
import {
|
import {
|
||||||
Bar,
|
Bar,
|
||||||
@@ -41,7 +41,7 @@ export default function PricingOverviewPanel({
|
|||||||
part: any;
|
part: any;
|
||||||
pricing: any;
|
pricing: any;
|
||||||
}): ReactNode {
|
}): ReactNode {
|
||||||
const columns: DataTableColumn<any>[] = useMemo(() => {
|
const columns: any[] = useMemo(() => {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
accessor: 'title',
|
accessor: 'title',
|
||||||
|
Reference in New Issue
Block a user