diff --git a/src/routes/console/_createOrganization.svelte b/src/routes/console/_createOrganization.svelte index 787fab444..a5967732d 100644 --- a/src/routes/console/_createOrganization.svelte +++ b/src/routes/console/_createOrganization.svelte @@ -1,6 +1,7 @@
- - Create Project - + + Create New Organization + + + {#if !showDropdown} +
+ (showDropdown = !showDropdown)}> + +
+ {:else} + + Organization ID + + Enter a custom organization ID. Leave blank for a randomly generated one. + + +
+ + +
+
+
+
+
+ {/if} +
- +
diff --git a/src/routes/console/_createProject.svelte b/src/routes/console/_createProject.svelte index 20a9f521b..fbf906e07 100644 --- a/src/routes/console/_createProject.svelte +++ b/src/routes/console/_createProject.svelte @@ -1,6 +1,7 @@
- + Create Project - - + + + {#if !showDropdown} +
+ (showDropdown = !showDropdown)}> + +
+ {:else} + + Project ID + + Enter a custom project ID. Leave blank for a randomly generated one. + + +
+ + +
+
+
+
+
+ {/if} +
- +