Remove old tasks when loading list view
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-05-21 11:36:42 +02:00
parent a4bc95902a
commit 68e6b23610
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

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