diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/execute-function/+page.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/execute-function/+page.svelte index 27e0ca0942..06c1805265 100644 --- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/execute-function/+page.svelte +++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/executions/execute-function/+page.svelte @@ -176,10 +176,19 @@ Provide the request body to include the main data you want to send to the server. - +
{ + if (e.key === 'Enter') { + e.stopPropagation(); + } + }}> + +
@@ -289,10 +298,19 @@ Provide the request body to include the main data you want to send to the server. - +
{ + if (e.key === 'Enter') { + e.stopPropagation(); + } + }}> + +