mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix nullpointer on self-hosted
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
alt="Appwrite Logo" />
|
||||
<Card.Base variant="primary" padding="l">
|
||||
<CreateProject
|
||||
regions={data.regions.regions}
|
||||
regions={isCloud ? data.regions.regions : []}
|
||||
bind:projectName
|
||||
bind:id
|
||||
bind:region
|
||||
|
||||
Reference in New Issue
Block a user