summaryrefslogtreecommitdiff
path: root/lib/po/table/po-table-toolbar-actions.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/po/table/po-table-toolbar-actions.tsx')
-rw-r--r--lib/po/table/po-table-toolbar-actions.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/po/table/po-table-toolbar-actions.tsx b/lib/po/table/po-table-toolbar-actions.tsx
index e6c8e79a..23507751 100644
--- a/lib/po/table/po-table-toolbar-actions.tsx
+++ b/lib/po/table/po-table-toolbar-actions.tsx
@@ -7,12 +7,12 @@ import { toast } from "sonner"
import { exportTableToExcel } from "@/lib/export"
import { Button } from "@/components/ui/button"
-import { ContractDetail } from "@/db/schema/contract"
+import { ContractDetailParsed } from "@/db/schema/contract"
interface ItemsTableToolbarActionsProps {
- table: Table<ContractDetail>
+ table: Table<ContractDetailParsed>
}
export function PoTableToolbarActions({ table }: ItemsTableToolbarActionsProps) {