mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(SharingEntryQuickShareSelect): Hide quick share select if user can not edit share
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
a0c8d00fee
commit
bb1893ee20
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<div ref="quickShareDropdownContainer"
|
||||
<div v-if="share.canEdit"
|
||||
ref="quickShareDropdownContainer"
|
||||
:class="{ 'active': showDropdown, 'share-select': true }">
|
||||
<span :id="dropdownId"
|
||||
class="trigger-text"
|
||||
|
|
|
|||
Loading…
Reference in a new issue