fix: Adapt to new nextcloud vue version

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-02-08 10:12:57 +01:00
parent 2e3b169b69
commit e1de6d317b
26 changed files with 252 additions and 184 deletions

View File

@@ -23,7 +23,7 @@
<template>
<NcAppSidebar v-if="board != null"
:actions="[]"
:title="board.title"
:name="board.title"
@close="closeSidebar">
<NcAppSidebarTab id="sharing"
:order="0"