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" );