mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Fix configuration object data corruption
This commit is contained in:
@@ -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]})
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user