Merge pull request #54355 from nextcloud/backport/54337/stable31

[stable31] fix(files): drop usage of FileInfoModel
pull/54509/head
Andy Scherzinger 2025-08-18 13:08:45 +07:00 committed by GitHub
commit c29e7b847d
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