mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: missing column
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
<svelte:fragment slot="list">
|
||||
{#each domain.rules as rule, i}
|
||||
{#if i !== 0}
|
||||
<DropListLink href={`https//${rule.domain}`} external icon="external-link">
|
||||
<DropListLink href={`https://${rule.domain}`} external icon="external-link">
|
||||
{rule.domain}
|
||||
</DropListLink>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user