From ab5851babcc2903f8da8879ab73d5df81ff8339f Mon Sep 17 00:00:00 2001 From: opbnq-q Date: Mon, 10 Mar 2025 07:40:34 -0700 Subject: [PATCH] feat: dialog headers --- frontend/src/table/DialogWindow.vue | 4 ++++ frontend/src/table/Table.vue | 2 ++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/table/DialogWindow.vue b/frontend/src/table/DialogWindow.vue index 8a8c432..c5067e3 100644 --- a/frontend/src/table/DialogWindow.vue +++ b/frontend/src/table/DialogWindow.vue @@ -24,6 +24,7 @@ const props = defineProps<{ validate: Validate items: T[] load(): Promise + name?: string }>() type Key = keyof T @@ -64,6 +65,9 @@ async function handleSave() {