fix: addTasksToBucket mutation

This commit is contained in:
Dominik Pschenitschni 2021-10-11 15:14:27 +02:00
parent d7ed5b8f11
commit 7c3ece5816
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export default {
...oldBucket,
tasks: [
...oldBucket.tasks,
tasks,
...tasks,
],
}
state.buckets[bucketIndex] = newBucket