From f8e0892c345a5904f6b15ff33ff045295ede19ac Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 4 Jun 2019 23:18:43 +0200 Subject: [PATCH] Decreased timeout on success notification to human time scale --- src/components/TorrentList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index 51d00c6..b589404 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -119,7 +119,7 @@ export default { this.$notifications.success({ title: 'Torrent added 🎉', description: this.query, - timeout: 3000000 + timeout: 3000 }) }) },