This commit is contained in:
2020-07-15 20:06:18 +00:00
parent 37a340dd25
commit 3e2d1b3447
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ export default {
if (this.label) {
return this.label;
}
return $ay.t("Tags");
return this.$ay.t("Tags");
}
},
methods: {

View File

@@ -469,7 +469,7 @@ export default {
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
this.$router.push({
name: "adm-user",
name: "home-notify-subscription",
params: {
recordid: res.data.id,
obj: res.data //Pass data object to new form