fix(reactions): do not enable reaction picker when the current user does not have write access
This commit is contained in:
@ -102,6 +102,7 @@
|
||||
class="mt-2"
|
||||
entity-kind="comments"
|
||||
:entity-id="c.id"
|
||||
:disabled="!canWrite"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user