mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 02:31:33 -04:00
Merge pull request #25919 from nextcloud/backport/25805/stable20
[stable20] Clear multiselect after selection in share panel
This commit is contained in:
commit
f70e6e8482
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -23,7 +23,7 @@
|
|||
<template>
|
||||
<Multiselect ref="multiselect"
|
||||
class="sharing-input"
|
||||
:clear-on-select="false"
|
||||
:clear-on-select="true"
|
||||
:disabled="!canReshare"
|
||||
:hide-selected="true"
|
||||
:internal-search="false"
|
||||
|
|
|
|||
Loading…
Reference in a new issue