Skip to content

Commit

Permalink
fix(SharingEntryQuickShareSelect): Disable quick share select if user…
Browse files Browse the repository at this point in the history
… can not edit share

Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Dec 11, 2024
1 parent 186800a commit 50d673a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:menu-name="selectedOption"
:aria-label="ariaLabel"
type="tertiary-no-background"
:disabled="!share.canEdit"
force-name>
<template #icon>
<DropdownIcon :size="15" />
Expand Down

0 comments on commit 50d673a

Please sign in to comment.