fix: vuex state mutation error when moving a kanban bucket
This commit is contained in:
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user