fix: vuex state mutation error when moving a kanban bucket
This commit is contained in:
parent
cdb63b578d
commit
9ddb55a5ef
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ export default {
|
||||||
const oldBucket = cloneDeep(ctx.state.buckets[bucketIndex])
|
const oldBucket = cloneDeep(ctx.state.buckets[bucketIndex])
|
||||||
|
|
||||||
const updatedBucket = {
|
const updatedBucket = {
|
||||||
...ctx.state.buckets[bucketIndex],
|
...oldBucket,
|
||||||
...updatedBucketData,
|
...updatedBucketData,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue