mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Show footer in view on organization overview
This commit is contained in:
@@ -165,13 +165,10 @@
|
||||
<svelte:component this={$page.data.header} />
|
||||
{/if}
|
||||
<slot />
|
||||
{#if showFooter && showSideNavigation}
|
||||
{#if showFooter}
|
||||
<slot name="footer" />
|
||||
{/if}
|
||||
</section>
|
||||
{#if showFooter && !showSideNavigation}
|
||||
<slot name="footer" />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user