mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #333 from kabhamo/fix-4940-missing-properties-josn-quotes
Fix 4940 missing properties josn quotes
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
let submitting = false;
|
||||
|
||||
const example = `{
|
||||
firstName: "hello",
|
||||
lastName:"world",
|
||||
age:"old"
|
||||
"firstName": "hello",
|
||||
"lastName":"world",
|
||||
"age":"old"
|
||||
}`;
|
||||
|
||||
$: if (selectedFunction && !show) {
|
||||
|
||||
Reference in New Issue
Block a user