diff --git a/src/lib/wizard/components/ApprovalProcess.svelte b/src/lib/wizard/components/ApprovalProcess.svelte index 1319a68..b93e049 100644 --- a/src/lib/wizard/components/ApprovalProcess.svelte +++ b/src/lib/wizard/components/ApprovalProcess.svelte @@ -99,7 +99,8 @@ ); -
+
+
- +
+
{#key globalState.form.approvalProcessSelected} {/key}
+
- onRadioChange(e)} - disabled={disableCreation} - title={disableCreation ? "Deploy Environment already exists" : undefined} - /> +>
+ - +
+
{#if approvalProcessType === "EOA" || approvalProcessType === "Safe"} -
+
{:else if approvalProcessType === "Relayer"} @@ -183,7 +186,7 @@ /> {/if} {/if} -
+
- + -
@@ -35,7 +35,7 @@ class:cursor-not-allowed={!globalState.authenticated} class:text-gray-300={!globalState.authenticated} > - Network +

Network

@@ -50,7 +50,7 @@ class:cursor-not-allowed={!globalState.authenticated} class:text-gray-300={!globalState.authenticated} > - Approval Process +

Approval Process

@@ -65,7 +65,7 @@ class:cursor-not-allowed={!globalState.authenticated} class:text-gray-300={!globalState.authenticated} > - Deploy +

Deploy

@@ -75,3 +75,14 @@
+ \ No newline at end of file