fix: vuex state mutation error when moving a kanban bucket
This commit is contained in:
parent
cdb63b578d
commit
9ddb55a5ef
@ -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…
x
Reference in New Issue
Block a user