diff --git a/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte b/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte index 739b1b182..094314487 100644 --- a/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte +++ b/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte @@ -389,12 +389,14 @@ -
-

Domains

- - - -
+ {#if $proxyRuleList?.rules?.length} +
+

Domains

+ + + +
+ {/if}

Updated