fix: vuex state mutation error when moving a kanban bucket

This commit is contained in:
kolaente 2022-07-20 17:18:27 +02:00
parent cdb63b578d
commit 9ddb55a5ef
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ export default {
const oldBucket = cloneDeep(ctx.state.buckets[bucketIndex])
const updatedBucket = {
...ctx.state.buckets[bucketIndex],
...oldBucket,
...updatedBucketData,
}