Merge pull request #333 from kabhamo/fix-4940-missing-properties-josn-quotes

Fix 4940 missing properties josn quotes
This commit is contained in:
Torsten Dittmann
2023-03-20 14:57:45 +01:00
committed by GitHub
@@ -18,9 +18,9 @@
let submitting = false;
const example = `{
firstName: "hello",
lastName:"world",
age:"old"
"firstName": "hello",
"lastName":"world",
"age":"old"
}`;
$: if (selectedFunction && !show) {