Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-04-02 01:01:59 -04:00
parent 4f0322351e
commit 5210db5679
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ jQuery(function () {
// Ignore errors from here
try {
settings.json_schema = JSON.parse(json_schema_string ?? "{}");
settings.json_schema = JSON.parse(json_schema_string ?? '{}');
} catch {}
saveSettingsDebounced();
});