Skip to content

Commit ad39224

Browse files
authored
fix: no users shown in sharing search bar (#2971)
Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
1 parent 283e259 commit ad39224

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/AppNavigation/CalendarShare.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3434
:options="usersOrGroups"
3535
:placeholder="placeholder"
3636
:user-select="true"
37+
label="displayName"
3738
@search="findSharee"
3839
@option:selected="shareCalendar">
3940
<template #no-options>

0 commit comments

Comments
 (0)