Skip to content

Commit

Permalink
Fix sharing list with user
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Apr 30, 2023
1 parent 207b05d commit 496dd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/CalendarShare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div class="calendar-shares">
<ul>
<li class="app-navigation-entry__select">
<NcSelect :append-to-body="true"
<NcSelect :append-to-body="false"
:options="usersOrGroups"
:placeholder="placeholder"
:user-select="true"
Expand Down

0 comments on commit 496dd09

Please sign in to comment.