summaryrefslogtreecommitdiff
path: root/lib/form-list/table/formLists-table-toolbar-actions.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-28 00:32:31 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-28 00:32:31 +0000
commit20800b214145ee6056f94ca18fa1054f145eb977 (patch)
treeb5c8b27febe5b126e6d9ece115ea05eace33a020 /lib/form-list/table/formLists-table-toolbar-actions.tsx
parente1344a5da1aeef8fbf0f33e1dfd553078c064ccc (diff)
(대표님) lib 파트 커밋
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) {