Merge pull request #43474 from nextcloud/chore/cleanup-dashboard

chore(dashboard): Remove unused code
pull/43486/head
Ferdinand Thiessen 3 months ago committed by GitHub
commit 631ce6dce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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')

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save