From a8c62e6688eb85db382cdbdeea4196d7c1e91441 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 6 Sep 2025 16:24:56 +0200 Subject: [PATCH] Add missing event host field to new events Add field to input the host of the event when adding a new event to the table of events. This also fixes field order in the table being broken. --- components/TableScheduleEvents.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/components/TableScheduleEvents.vue b/components/TableScheduleEvents.vue index 2da2849..3377ae1 100644 --- a/components/TableScheduleEvents.vue +++ b/components/TableScheduleEvents.vue @@ -75,6 +75,12 @@ v-model="newEventName" > + + +