Skip to content

Commit fc9b252

Browse files
author
Jeffrey Biles
committed
Fix typing mistake
1 parent 18d6bfa commit fc9b252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/MailScreenArchived.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
props: {
2424
emails: {
25-
type: Object,
25+
type: Array,
2626
required: true
2727
}
2828
}

src/components/MailScreenInbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
props: {
2424
emails: {
25-
type: Object,
25+
type: Array,
2626
required: true
2727
}
2828
}

0 commit comments

Comments
 (0)