Decreased timeout on success notification to human time scale
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user