summaryrefslogtreecommitdiff
path: root/lib/items-ship/table/items-table-toolbar-actions.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/items-ship/table/items-table-toolbar-actions.tsx')
-rw-r--r--lib/items-ship/table/items-table-toolbar-actions.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/items-ship/table/items-table-toolbar-actions.tsx b/lib/items-ship/table/items-table-toolbar-actions.tsx
index a8cca179..ba3a6cee 100644
--- a/lib/items-ship/table/items-table-toolbar-actions.tsx
+++ b/lib/items-ship/table/items-table-toolbar-actions.tsx
@@ -25,7 +25,7 @@ interface ShipbuildingItem {
itemId: number;
workType: "기장" | "전장" | "선실" | "배관" | "철의";
shipTypes: string;
- itemCode: string | null;
+ itemCode: string;
itemName: string;
description: string | null;
createdAt: Date;