Merge branch 'main' of github.com:appwrite/console into billing

This commit is contained in:
Arman
2023-03-21 13:27:56 +01:00
@@ -18,9 +18,9 @@
let submitting = false;
const example = `{
firstName: "hello",
lastName:"world",
age:"old"
"firstName": "hello",
"lastName": "world",
"age": "old"
}`;
$: if (selectedFunction && !show) {