This commit is contained in:
2021-03-16 23:55:46 +00:00
parent 9d8a70ee9f
commit fa2ba7b4b6
6 changed files with 10 additions and 10 deletions

View File

@@ -147,7 +147,7 @@ export default {
this.hour12
),
eventType: window.$gz.enums.get("NotifyEventType", o.eventType),
ayaType: window.$gz.enums.get("core", o.ayaType),
ayaType: window.$gz.enums.get("coreall", o.ayaType),
name: o.name,
userId: o.userId,
user: o.user
@@ -275,7 +275,7 @@ async function fetchTranslatedText(vm) {
async function cacheEnums(vm) {
//ensure the enum values required are pre-fetched
await window.$gz.enums.fetchEnumList("NotifyEventType");
await window.$gz.enums.fetchEnumList("core");
await window.$gz.enums.fetchEnumList("coreall");
}
//////////////////////