From f29ef27596b1c0b0ced5e0fe5cb82069228b24f9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 23 Mar 2020 22:32:17 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 6 +++--- ayanova/src/views/home-dashboard.vue | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 646e7fa4..fa37371e 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -356,9 +356,9 @@ export default { beforeCreate() { //check pre-requisites exist just in case if (window.$gz.errorHandler.devMode()) { - if (!window.$gz._) { - throw "tag-picker: $gz._ (lodash) is required and missing"; - } + // if (!window.$gz._) { + // throw "tag-picker: $gz._ (lodash) is required and missing"; + // } if (!window.$gz.translation) { throw "tag-picker: $gz.translation is required and missing"; } diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue index 600dead0..22f780fe 100644 --- a/ayanova/src/views/home-dashboard.vue +++ b/ayanova/src/views/home-dashboard.vue @@ -13,6 +13,7 @@ v-model="selectedUser" :ayaType="ayaType().User" :label="lt('User')" + :preFill="false" > @@ -49,7 +50,7 @@ export default { data() { return { selectedWidget: 2, - selectedUser: 1 + selectedUser: 2 }; }, methods: {