Decreased timeout on success notification to human time scale

This commit is contained in:
2019-06-04 23:18:43 +02:00
parent a03cdcb9d8
commit f8e0892c34

View File

@@ -119,7 +119,7 @@ export default {
this.$notifications.success({ this.$notifications.success({
title: 'Torrent added 🎉', title: 'Torrent added 🎉',
description: this.query, description: this.query,
timeout: 3000000 timeout: 3000
}) })
}) })
}, },