Skip to content

Commit

Permalink
Remove notification timeout, fixes #2161 (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa authored and JeffreyWay committed Jan 10, 2020
1 parent ddd3834 commit b0c2960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Notifications extends AutomaticComponent {
process.platform === 'linux'
? 'int:transient:1'
: undefined,
timeout: 2,
contentImage: Mix.paths.root(
'node_modules/laravel-mix/icons/laravel.png'
)
Expand Down

0 comments on commit b0c2960

Please sign in to comment.