mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Make hostname optional in UI
This commit is contained in:
@@ -249,7 +249,7 @@ ${prefix}APPWRITE_PUBLIC_ENDPOINT = "${sdk.forProject.client.config.endpoint}"
|
||||
</Tooltip>
|
||||
</InputText></Fieldset>
|
||||
<Layout.Stack direction="row" justifyContent="flex-end"
|
||||
><Button.Button type="submit" disabled={!selectedFramework || !hostname}
|
||||
><Button.Button type="submit" disabled={!selectedFramework}
|
||||
>Create platform</Button.Button
|
||||
></Layout.Stack>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user