fix: addTasksToBucket mutation
This commit is contained in:
parent
d7ed5b8f11
commit
7c3ece5816
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ export default {
|
||||||
...oldBucket,
|
...oldBucket,
|
||||||
tasks: [
|
tasks: [
|
||||||
...oldBucket.tasks,
|
...oldBucket.tasks,
|
||||||
tasks,
|
...tasks,
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
state.buckets[bucketIndex] = newBucket
|
state.buckets[bucketIndex] = newBucket
|
||||||
|
|
Loading…
Reference in a new issue