Signed-off-by: Julius Härtl <jus@bitgrid.net>
<!-- internal link copy -->
<SharingEntryInternal :file-info="fileInfo" />
+
+ <!-- projects -->
+ <CollectionList v-if="fileInfo"
+ :id="`${fileInfo.id}`"
+ type="file"
+ :name="fileInfo.name" />
</template>
</Tab>
</template>
import Tab from 'nextcloud-vue/dist/Components/AppSidebarTab'
import Avatar from 'nextcloud-vue/dist/Components/Avatar'
import axios from '@nextcloud/axios'
+import { CollectionList } from 'nextcloud-vue-collections'
import { shareWithTitle } from '../utils/SharedWithMe'
import Share from '../models/Share'
components: {
Avatar,
+ CollectionList,
SharingEntryInternal,
SharingEntrySimple,
SharingInput,