Skip to content

Commit 4e709ef

Browse files
authored
Merge pull request #1366 from nextcloud/fix/fileid
Fix fileId type
2 parents 6ae03d5 + c69e22a commit 4e709ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/viewer/apps/viewer/apps/viewer/src/mixins

apps/viewer/apps/viewer/apps/viewer/src/mixins/Mime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
},
5555
// unique file id
5656
fileid: {
57-
type: Number,
57+
type: [Number, String],
5858
required: true,
5959
},
6060
// list of all the visible files

0 commit comments

Comments
 (0)