Fix configuration object data corruption

This commit is contained in:
D. Berge
2023-11-03 16:31:02 +01:00
parent beeba966dd
commit cd739e603f

View File

@@ -266,7 +266,7 @@ export default {
rootPath: obj.rootPath
}),
save: async (data, cfg) => {
await this.patch({preplots: {...data.preplots}})
await this.patch({preplots: [...data.preplots]})
}
},
{