mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: misc.
This commit is contained in:
+3
-1
@@ -114,7 +114,9 @@ APPWRITE_PUBLIC_ENDPOINT: "${sdk.forProject(page.params.region, page.params.proj
|
||||
title={key}
|
||||
imageRadius="s"
|
||||
name="framework"
|
||||
bind:group={platform} />
|
||||
bind:group={platform}
|
||||
disabled={isCreatingPlatform || isPlatformCreated}
|
||||
/>
|
||||
{/each}
|
||||
</Layout.Grid>
|
||||
|
||||
|
||||
+3
-1
@@ -171,7 +171,9 @@ static const String APPWRITE_PUBLIC_ENDPOINT = "${sdk.forProject(page.params.reg
|
||||
title={key}
|
||||
imageRadius="s"
|
||||
name="framework"
|
||||
bind:group={platform} />
|
||||
bind:group={platform}
|
||||
disabled={isCreatingPlatform || isPlatformCreated}
|
||||
/>
|
||||
{/each}
|
||||
</Layout.Grid>
|
||||
|
||||
|
||||
+3
-2
@@ -133,7 +133,7 @@ const APPWRITE_PUBLIC_ENDPOINT = "${sdk.forProject(page.params.region, page.para
|
||||
<Form onSubmit={createReactNativePlatform}>
|
||||
<Layout.Stack gap="xxl">
|
||||
<!-- Step One -->
|
||||
<Layout.Stack gap="l">
|
||||
<Layout.Stack gap="l" direction="row">
|
||||
{#each Object.entries(platforms) as [key, value]}
|
||||
<Pink2Card.Selector
|
||||
{value}
|
||||
@@ -141,7 +141,8 @@ const APPWRITE_PUBLIC_ENDPOINT = "${sdk.forProject(page.params.region, page.para
|
||||
title={key}
|
||||
imageRadius="s"
|
||||
name="framework"
|
||||
bind:group={platform} />
|
||||
bind:group={platform}
|
||||
disabled={isCreatingPlatform || isPlatformCreated} />
|
||||
{/each}
|
||||
</Layout.Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user