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

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2024-12-10 10:24:19 +01:00 committed by John Molakvoæ
parent 1e44c671c8
commit f2898df23d

View file

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