This commit is contained in:
2020-07-10 13:25:39 +00:00
parent b19fc9d6b5
commit d0dbc01408
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export default {
title: "NotifySubscriptionList",
helpUrl: "form-home-notify-subscriptions",
formData: {
ayaType: window.$gz.type.NotificationSubscription
ayaType: window.$gz.type.NotifySubscription
}
});
}

View File

@@ -16,7 +16,7 @@ export default {
title: "NotificationSettings",
helpUrl: "form-ops-notification-settings",
formData: {
ayaType: window.$gz.type.NotificationSubscription
ayaType: window.$gz.type.NotifySubscription
}
});
}