From e509bb22c10459ab778497ce03ac9eb8fb2cba2a Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 9 Nov 2023 13:16:21 +0100 Subject: [PATCH] components/entryEditor: Remove unused "modelValue" property makes eslint happy about that file :) --- components/entryEditor.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/entryEditor.vue b/components/entryEditor.vue index 49a0651..2ab5d35 100644 --- a/components/entryEditor.vue +++ b/components/entryEditor.vue @@ -14,7 +14,6 @@ export type fieldDefinition = { const props = defineProps<{ fields: Array, - modelValue?: any, }>(); // eslint-disable-next-line func-call-spacing