Skip to content

Commit c3c2411

Browse files
PVince81backportbot[bot]
authored andcommitted
Clear multiselect after selection in share panel
Signed-off-by: Vincent Petry <[email protected]>
1 parent 6ee39e2 commit c3c2411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/src/components/SharingInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<template>
2424
<Multiselect ref="multiselect"
2525
class="sharing-input"
26-
:clear-on-select="false"
26+
:clear-on-select="true"
2727
:disabled="!canReshare"
2828
:hide-selected="true"
2929
:internal-search="false"

0 commit comments

Comments
 (0)