Skip to content

Commit 3c4464f

Browse files
committed
Fix fileId type
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 50de55a commit 3c4464f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/Mime.js

+1-1
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)