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 <[email protected]>
  • Loading branch information
provokateurin committed Dec 11, 2024
1 parent 290d04e commit 3a8848d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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 3a8848d

Please sign in to comment.