From 7583b815c90520e8db13d7d76b511092b96c61b9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Jul 2020 22:03:48 +0000 Subject: [PATCH] --- ayanova/src/views/home-notifications.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index 0f8c3bc0..0dc148b9 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -263,8 +263,7 @@ async function fetchTranslatedText(vm) { async function populateSelectionLists(vm) { //ensure the pick lists required are pre-fetched await window.$gz.enums.fetchEnumList("NotifyEventType"); - var v = window.$gz.enums.getSelectionList("NotifyEventType"); - console.log(v); + vm.selectLists.eventTypes = window.$gz.enums.getSelectionList( "NotifyEventType" );