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() {