Skip to content

Commit

Permalink
Use related resources panel from vue library
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 20, 2022
1 parent cc8afa0 commit 884001a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 274 deletions.
110 changes: 0 additions & 110 deletions src/components/RelatedResourceItem.vue

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ window.addEventListener('DOMContentLoaded', () => {
return
}

import('./views/RelatedResources').then((Module) => {
import('@nextcloud/vue/dist/Components/NcRelatedResourcesPanel').then((Module) => {
OCA.Sharing.ShareTabSections.registerSection((el, fileInfo) => {
return Module.default
})
Expand Down
163 changes: 0 additions & 163 deletions src/views/RelatedResources.vue

This file was deleted.

0 comments on commit 884001a

Please sign in to comment.