Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix webapp crash when datasetManager workspace option is an empt…
…y object When receiving an empty object (or missing fields) for the workspace option [workspace].webApp.options.datasetManager, the webapp crashed with the error 'Object is not extensible'. This fix makes a shallow copy of the config object to fix this error.
- Loading branch information