mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(SharingEntryQuickShareSelect): Disable quick share select if user can not edit share
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
1e44c671c8
commit
f2898df23d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
:menu-name="selectedOption"
|
||||
:aria-label="ariaLabel"
|
||||
type="tertiary-no-background"
|
||||
:disabled="!share.canEdit"
|
||||
force-name>
|
||||
<template #icon>
|
||||
<DropdownIcon :size="15" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue