summaryrefslogtreecommitdiff
path: root/lib/form-list/table/formLists-table-toolbar-actions.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/form-list/table/formLists-table-toolbar-actions.tsx')
-rw-r--r--lib/form-list/table/formLists-table-toolbar-actions.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/form-list/table/formLists-table-toolbar-actions.tsx b/lib/form-list/table/formLists-table-toolbar-actions.tsx
index 97db9a91..fc1e9c80 100644
--- a/lib/form-list/table/formLists-table-toolbar-actions.tsx
+++ b/lib/form-list/table/formLists-table-toolbar-actions.tsx
@@ -7,10 +7,10 @@ import { toast } from "sonner"
import { exportTableToExcel } from "@/lib/export"
import { Button } from "@/components/ui/button"
-import { ExtendedFormMappings } from "../validation"
+import { FormListsView } from "@/db/schema"
interface ItemsTableToolbarActionsProps {
- table: Table<ExtendedFormMappings>
+ table: Table<FormListsView>
}
export function FormListsTableToolbarActions({ table }: ItemsTableToolbarActionsProps) {