WIP: validate confirm password and show error message
This commit is contained in:
@@ -151,6 +151,7 @@ export default {
|
||||
},
|
||||
onEditBtnClick(dataId){
|
||||
this.openModal(MODAL_ACCT_EDIT);
|
||||
this.setCurrentViewingUser(dataId);
|
||||
},
|
||||
...mapActions(useModalStore, ['openModal']),
|
||||
...mapActions(useAcctMgmtStore, ['setCurrentViewingUser']),
|
||||
|
||||
Reference in New Issue
Block a user