From afa44d6a7c618d6c89ff1915554bd0ee72a980d9 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 28 Feb 2024 13:26:14 +0100 Subject: [PATCH] Mark error property as not required to prevent errors --- client/src/components/ModalInput.vue | 2 +- client/src/helpers/new-note-mutation.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/ModalInput.vue b/client/src/components/ModalInput.vue index 6bbfb25d..56734309 100644 --- a/client/src/components/ModalInput.vue +++ b/client/src/components/ModalInput.vue @@ -19,7 +19,7 @@