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

chore(dashboard): Remove unused code
This commit is contained in:
Ferdinand Thiessen 2024-02-09 16:13:40 +01:00 committed by GitHub
commit 631ce6dce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 10 deletions

View file

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