Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(files): drop usage of FileInfoModel
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv authored and nextcloud-command committed Aug 18, 2025
commit 71b618dfbc4d6bf798d2fcec75edb12850a55f3e
2 changes: 1 addition & 1 deletion apps/files/src/components/LegacyView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
},
methods: {
setFileInfo(fileInfo) {
this.component.setFileInfo(new OCA.Files.FileInfoModel(fileInfo))
this.component.setFileInfo(fileInfo)
},
},
}
Expand Down