fix(files): drop usage of FileInfoModel

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/54337/head
skjnldsv 2025-08-08 15:10:51 +07:00 committed by nextcloud-command
parent b60a8ddc24
commit c1003692f0
1 changed files with 1 additions and 1 deletions

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