From dc88b368f22d78d8b42e2029be8689138b3c4dc7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Apr 2025 20:21:42 +0200 Subject: [PATCH] Revert "Fix: Multiregion project creation" --- .../organization-[organization]/wizard/step2.svelte | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/wizard/step2.svelte b/src/routes/(console)/organization-[organization]/wizard/step2.svelte index e4dc8779b..4f7ed166c 100644 --- a/src/routes/(console)/organization-[organization]/wizard/step2.svelte +++ b/src/routes/(console)/organization-[organization]/wizard/step2.svelte @@ -9,8 +9,8 @@ import type { Models } from '@appwrite.io/console'; import { page } from '$app/stores'; import { regions } from '$lib/stores/organization'; - // import { goto } from '$app/navigation'; - // import { upgradeURL } from '$lib/stores/billing'; + import { goto } from '$app/navigation'; + import { upgradeURL } from '$lib/stores/billing'; let prefs: Models.Preferences; @@ -84,7 +84,7 @@ name="region" bind:group={$createProject.region} value={region.$id} - disabled={region.disabled || !region.available} + disabled={region.disabled} autofocus={index === 0}>
{region.name} - {/if}