This commit is contained in:
@@ -561,10 +561,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
goHelp() {
|
||||
window.open(
|
||||
this.$store.state.helpUrl + "ay-start-localization",
|
||||
"_blank"
|
||||
);
|
||||
window.open(window.$gz.api.helpUrl() + "ay-start-localization", "_blank");
|
||||
},
|
||||
canSave: function() {
|
||||
return this.formState.valid && this.formState.dirty;
|
||||
|
||||
Reference in New Issue
Block a user