This commit is contained in:
2020-07-10 18:44:08 +00:00
parent bddac7ce53
commit ee88ec428b
3 changed files with 548 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ async function clickHandler(menuItem) {
switch (m.key) {
case "new":
m.vm.$router.push({
name: "notification-subscription-edit",
name: "home-notify-subscription",
params: { recordid: 0 }
});
break;