This commit is contained in:
@@ -601,7 +601,7 @@ async function clickHandler(menuItem) {
|
||||
case "new":
|
||||
m.vm.$router.push({
|
||||
name: "widget-edit",
|
||||
params: { recordid: 0, new: true }
|
||||
params: { recordid: 0 }
|
||||
});
|
||||
break;
|
||||
case "duplicate":
|
||||
|
||||
Reference in New Issue
Block a user