1
0

Remove old tasks when loading list view

This commit is contained in:
kolaente
2020-05-21 11:36:42 +02:00
parent a4bc95902a
commit 68e6b23610

View File

@ -39,6 +39,8 @@ export default {
return
}
this.$set(this, 'tasks', [])
if (search !== '') {
params.s = search
}