We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6fe83 commit 9a5f936Copy full SHA for 9a5f936
src/routes/(console)/organization-[organization]/wizard/step2.svelte
@@ -86,7 +86,7 @@
86
name="region"
87
bind:group={$createProject.region}
88
value={region.$id}
89
- disabled={!region.available}
+ disabled={!region.available || region.disabled}
90
autofocus={index === 0}>
91
<div
92
class="u-flex u-flex-vertical u-gap-8 u-justify-main-center u-cross-center u-margin-inline-auto">
0 commit comments