fixed bug ##291

Zeit wurde auf 2 Sekunden runtergesetzt
This commit is contained in:
Tim Gröger 2020-06-19 19:39:05 +02:00
parent 743a1425e6
commit 710b03b885
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ export default {
setTimeout(() => {
user.toSetAmount = null
}, 300)
}, 5000)
}, 2000)
},
forceRender() {
this.componentRenderer += 1

View File

@ -254,7 +254,7 @@ export default {
setTimeout(() => {
this.toSetAmount = null
}, 300)
}, 5000)
}, 2000)
},
forceRender() {
this.componentRenderer += 1