fix(task): don't show edit button when the user does not have permission to edit the task
This commit is contained in:
parent
ee980e2a00
commit
a579a8e65f
@ -76,7 +76,7 @@
|
|||||||
@change="addImage"
|
@change="addImage"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ul class="tiptap__editor-actions d-print-none" v-if="bottomActions.length === 0 && !isEditing">
|
<ul class="tiptap__editor-actions d-print-none" v-if="bottomActions.length === 0 && !isEditing && isEditEnabled">
|
||||||
<li>
|
<li>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
@click="setEdit"
|
@click="setEdit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user