From fbbf8fa341dcbda0eae349967c7cdb031fdbc270 Mon Sep 17 00:00:00 2001 From: Maximilian Martin Date: Tue, 28 Oct 2025 18:14:13 +0000 Subject: [PATCH] fix: no users shown in sharing search bar Signed-off-by: Maximilian Martin --- src/components/AppNavigation/CalendarShare.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/AppNavigation/CalendarShare.vue b/src/components/AppNavigation/CalendarShare.vue index 23056a1c3..5756d45a4 100644 --- a/src/components/AppNavigation/CalendarShare.vue +++ b/src/components/AppNavigation/CalendarShare.vue @@ -34,6 +34,7 @@ along with this program. If not, see . :options="usersOrGroups" :placeholder="placeholder" :user-select="true" + label="displayName" @search="findSharee" @option:selected="shareCalendar">