mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
decrease update app timeout
This commit is contained in:
@ -86,7 +86,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
location.reload()
|
location.reload()
|
||||||
}, 2000)
|
}, 2000)
|
||||||
}, 5000)
|
}, 1000)
|
||||||
} else {
|
} else {
|
||||||
console.log(res.data)
|
console.log(res.data)
|
||||||
window.toastr['error'](res.data.error)
|
window.toastr['error'](res.data.error)
|
||||||
|
|||||||
Reference in New Issue
Block a user