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 updatedBucket = {
|
||||
...ctx.state.buckets[bucketIndex],
|
||||
...oldBucket,
|
||||
...updatedBucketData,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user