fix: addTasksToBucket mutation

This commit is contained in:
Dominik Pschenitschni 2021-10-11 15:14:27 +02:00
parent d7ed5b8f11
commit 7c3ece5816
No known key found for this signature in database
GPG key ID: B257AC0149F43A77

View file

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