mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
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