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 7aa8d549e5ee1133df1d56a46cf6ef307a62bc1f
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
2 changes: 0 additions & 2 deletions dist/7358-7358.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 2 additions & 0 deletions dist/8558-8558.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/8558-8558.js.map.license
4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading