diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index e32dde4c1..a18a36207 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -71,6 +71,11 @@ +
+ +
+
Description
@@ -97,6 +102,7 @@ import { Actions } from 'nextcloud-vue/dist/Components/Actions' import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton' import ActivityEntry from '../ActivityEntry' import Color from '../../mixins/color' +import { CollectionList } from 'nextcloud-vue-collections' export default { name: 'CardSidebar', @@ -109,7 +115,8 @@ export default { VueEasymde, Actions, ActionButton, - Avatar + Avatar, + CollectionList }, mixins: [ Color