1
0

fix(reactions): do not enable reaction picker when the current user does not have write access

This commit is contained in:
kolaente
2024-04-02 14:48:13 +02:00
parent 1558921f42
commit 95276ceebe
3 changed files with 6 additions and 0 deletions

View File

@ -102,6 +102,7 @@
class="mt-2"
entity-kind="comments"
:entity-id="c.id"
:disabled="!canWrite"
/>
</div>
</div>