mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: collection route
This commit is contained in:
@@ -44,4 +44,6 @@
|
||||
<title>Appwrite - {$collection?.name ?? 'Collection'}</title>
|
||||
</svelte:head>
|
||||
|
||||
<slot />
|
||||
{#if $collection}
|
||||
<slot />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user