This commit is contained in:
2020-06-13 13:58:08 +00:00
parent 2dbd28eb05
commit fa3a0fc106
3 changed files with 20 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ export default {
///////////
//INFO
window.$gz.eventBus.$on("notify-info", function handleNotifyWarn(
window.$gz.eventBus.$on("notify-info", function handleNotifyInfo(
msg,
helpUrl
) {
@@ -68,7 +68,7 @@ export default {
///////////
//SUCCESS
window.$gz.eventBus.$on("notify-success", function handleNotifyWarn(
window.$gz.eventBus.$on("notify-success", function handleNotifySuccess(
msg,
helpUrl
) {