From 0169dd86c6297f03bc26f521ded89a4f607f770b Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Mon, 23 Oct 2023 14:04:21 -0400 Subject: [PATCH] Fix vue set+del when imported explicitly. --- client/src/components/Form/FormInputs.vue | 4 +--- client/src/stores/collectionAttributesStore.ts | 8 ++++---- client/src/stores/collectionElementsStore.ts | 16 ++++++++-------- client/src/stores/workflowStore.ts | 4 ++-- 4 files changed, 15 insertions(+), 17 deletions(-) diff --git a/client/src/components/Form/FormInputs.vue b/client/src/components/Form/FormInputs.vue index 0a29d2ba9f4e..ab666ad69236 100644 --- a/client/src/components/Form/FormInputs.vue +++ b/client/src/components/Form/FormInputs.vue @@ -65,8 +65,6 @@