diff --git a/src/routes/console/project-[project]/functions/function-[function]/execute.svelte b/src/routes/console/project-[project]/functions/function-[function]/execute.svelte index 87c946391..5217d07e7 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/execute.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/execute.svelte @@ -18,9 +18,9 @@ let submitting = false; const example = `{ - firstName: "hello", - lastName:"world", - age:"old" + "firstName": "hello", + "lastName": "world", + "age": "old" }`; $: if (selectedFunction && !show) {