From cdf68eaccf964884da7a6bc426f561656fa7d867 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Tue, 4 Apr 2023 00:24:05 +0200 Subject: [PATCH] Implement handle submit --- client/src/components/NiceForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/NiceForm.vue b/client/src/components/NiceForm.vue index 34d2008..43e2a89 100644 --- a/client/src/components/NiceForm.vue +++ b/client/src/components/NiceForm.vue @@ -24,7 +24,7 @@ let { sections, submit, discard } = $(props);