Minor fixes
This commit is contained in:
parent
e7a128e04a
commit
72e841e36b
1 changed files with 1 additions and 1 deletions
|
@ -77,11 +77,11 @@ export default {
|
||||||
},
|
},
|
||||||
closeAddLocaleModal() {
|
closeAddLocaleModal() {
|
||||||
this.isAddLocaleModalOpen = false;
|
this.isAddLocaleModalOpen = false;
|
||||||
|
this.selectedPortal = {};
|
||||||
},
|
},
|
||||||
addLocale(portalId) {
|
addLocale(portalId) {
|
||||||
this.isAddLocaleModalOpen = true;
|
this.isAddLocaleModalOpen = true;
|
||||||
this.selectedPortal = this.portals.find(portal => portal.id === portalId);
|
this.selectedPortal = this.portals.find(portal => portal.id === portalId);
|
||||||
// this.$router.push({ name: 'new_portal_locale', params: { portalId } });
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue