fix(SharingEntryQuickShareSelect): Disable quick share select if user can not edit share

Signed-off-by: provokateurin <kate@provokateurin.de>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
provokateurin 2024-12-10 10:24:19 +01:00 committed by nextcloud-command
parent 5d1cbc602f
commit 09689adfa6
7 changed files with 8 additions and 7 deletions

View file

@ -4,6 +4,7 @@
:menu-name="selectedOption"
:aria-label="ariaLabel"
type="tertiary-no-background"
:disabled="!share.canEdit"
force-name>
<template #icon>
<DropdownIcon :size="15" />

File diff suppressed because one or more lines are too long

1
dist/4235-4235.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long