Skip to content

Commit

Permalink
Increase flash notification duration to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
NFarrington committed Jan 5, 2019
1 parent 5fd0f94 commit 0e5a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/components/Flash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
hide() {
setTimeout(() => {
this.show = false;
}, 3000);
}, 5000);
}
}
};
Expand Down

0 comments on commit 0e5a8b1

Please sign in to comment.