Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(SharingEntryQuickShareSelect): Disable quick share select if user…
… can not edit share

Signed-off-by: provokateurin <[email protected]>

Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
provokateurin authored and nextcloud-command committed Dec 12, 2024
commit 09689adfa6469f84a8f2cc1e53e7882140f6024e
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
6 changes: 3 additions & 3 deletions dist/9248-9248.js → dist/4235-4235.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/4235-4235.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/9248-9248.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

Loading