You've already forked AstralRinth
forked from didirus/AstralRinth
add title to leave project button (#1583)
This commit is contained in:
@@ -48,6 +48,11 @@
|
|||||||
<button
|
<button
|
||||||
class="iconified-button danger-button"
|
class="iconified-button danger-button"
|
||||||
:disabled="props.currentMember?.is_owner"
|
:disabled="props.currentMember?.is_owner"
|
||||||
|
:title="
|
||||||
|
props.currentMember?.is_owner
|
||||||
|
? 'You cannot leave the project if you are the owner!'
|
||||||
|
: ''
|
||||||
|
"
|
||||||
@click="leaveProject()"
|
@click="leaveProject()"
|
||||||
>
|
>
|
||||||
<UserRemoveIcon />
|
<UserRemoveIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user