chore: Remove unused code from dashboard entrypoint

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/43474/head
Ferdinand Thiessen 2 years ago
parent be049ba6b3
commit d4eb3bcac2
  1. 7
      apps/dashboard/src/main.js

@ -33,13 +33,6 @@ Vue.directive('Tooltip', VTooltip)
Vue.prototype.t = t
// FIXME workaround to make the sidebar work
if (!window.OCA.Files) {
window.OCA.Files = {}
}
Object.assign(window.OCA.Files, { App: { fileList: { filesClient: OC.Files.getClient() } } }, window.OCA.Files)
const Dashboard = Vue.extend(DashboardApp)
const Instance = new Dashboard({}).$mount('#app-content-vue')

Loading…
Cancel
Save