WIP: account edit modal layout done (now: without password rows)
This commit is contained in:
@@ -135,7 +135,9 @@ export default {
|
||||
return result;
|
||||
},
|
||||
noShowSaveButton: function() {
|
||||
return this.navViewName === 'UPLOAD' || this.navViewName === 'COMPARE' || this.activePage === 'PERFORMANCE' ? true : false;
|
||||
return this.navViewName === 'UPLOAD' || this.navViewName === 'COMPARE' ||
|
||||
this.navViewName === 'ACCOUNT MANAGEMENT' ||
|
||||
this.activePage === 'PERFORMANCE' ? true : false;
|
||||
},
|
||||
...mapState(PageAdminStore, [
|
||||
'activePage',
|
||||
|
||||
Reference in New Issue
Block a user