Skip to content

Commit

Permalink
Bug Fixed In Disabled Member
Browse files Browse the repository at this point in the history
  • Loading branch information
MohMehrnia committed Jul 13, 2020
1 parent fd1ace6 commit bec5669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/profile/editProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
created() {
this.getMember(this.$store.state.memberid).then((res) => {
this.Member = res.data;
console.log(this.Member);
});
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
disabledRow: function() {
this.$store
.dispatch("MemberService/patchMember", {
id: this.membername.id,
id: this.member.id,
patchDoc: [
{
op: "replace",
Expand Down

0 comments on commit bec5669

Please sign in to comment.