We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fa4a3 commit a69b2dfCopy full SHA for a69b2df
packages/lib/models/settings/FileHandler.ts
@@ -80,10 +80,7 @@ export default class FileHandler {
80
81
if (overwrite) {
82
// Prevent pre-existing settings from being re-instated by subsequent saving of settings
83
- this.parsedJsonCache_ = {
84
- '$schema': Setting.schemaUrl,
85
- ...values,
86
- };
+ this.parsedJsonCache_ = values;
87
}
88
89
0 commit comments