Merge pull request #54337 from nextcloud/fix/legacyView

pull/54294/head
John Molakvoæ 2025-08-11 10:22:17 +07:00 committed by GitHub
commit a5139f93eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

@ -33,7 +33,7 @@ export default {
},
methods: {
setFileInfo(fileInfo) {
this.component.setFileInfo(new OCA.Files.FileInfoModel(fileInfo))
this.component.setFileInfo(fileInfo)
},
},
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long