Skip to content

Commit a78269a

Browse files
author
Jeffrey Biles
committed
Start with inbox screen
1 parent 29aea22 commit a78269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MailScreen.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
async setup(){
2727
let response = await axios.get('http://localhost:3000/emails');
2828
let emails = response.data;
29-
let selectedScreen = 'archive';
29+
let selectedScreen = 'inbox';
3030
3131
return {
3232
emails,

0 commit comments

Comments
 (0)