From 255d4c62bbdafa00a94ff3d39a4e182e355e7e8a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 1 Mar 2022 17:51:16 +0000 Subject: [PATCH] --- ayanova/src/api/dash-registry.js | 4 +- ayanova/src/components/dash-csr-open-list.vue | 58 +++++-------------- 2 files changed, 14 insertions(+), 48 deletions(-) diff --git a/ayanova/src/api/dash-registry.js b/ayanova/src/api/dash-registry.js index 625946c0..347cf36e 100644 --- a/ayanova/src/api/dash-registry.js +++ b/ayanova/src/api/dash-registry.js @@ -20,9 +20,7 @@ export default { singleOnly: false, settings: { customTitle: null, - wotags: [], - woitemtags: [], - wostatus: null + custtags: [] } }, { diff --git a/ayanova/src/components/dash-csr-open-list.vue b/ayanova/src/components/dash-csr-open-list.vue index 1ca5a381..a5d1d3bd 100644 --- a/ayanova/src/components/dash-csr-open-list.vue +++ b/ayanova/src/components/dash-csr-open-list.vue @@ -1,7 +1,6 @@