Skip to content

Commit

Permalink
Merge pull request #114 from hw-coconote/feat/HC-7
Browse files Browse the repository at this point in the history
Feat/hc 7 워크스페이스 최고 관리자는 권한 변경, 강퇴 안 되게 수정
  • Loading branch information
ara-ro authored Oct 22, 2024
2 parents bcd4e8f + 0989507 commit e22a896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/member/MemberView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<v-row>
<v-col>
<img :src="workspaceMemberInfo.profileImage && workspaceMemberInfo.profileImage !== 'null' ? getProfileImage : require('@/assets/images/profileImage.png')" alt="Profile Image" height="200px"/>
<div v-if="workspaceMemberInfo.wsRole !== 'USER'">
<div v-if="getWsRole !== 'USER' && workspaceMemberInfo.wsRole !== 'PMANAGER'">
<v-btn color="#3a8bcd" text="권한" @click="(workspaceRoleDialog = true)">
</v-btn>
<v-btn color="red" text="강퇴" @click="removeMember">
Expand Down

0 comments on commit e22a896

Please sign in to comment.