mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
fix: modal not showing.
This commit is contained in:
@@ -236,8 +236,20 @@
|
||||
<MobileFeedbackModal />
|
||||
</svelte:fragment>
|
||||
</DropList>
|
||||
<Button.Button variant="secondary" size="s"
|
||||
><span>Support</span></Button.Button>
|
||||
|
||||
<DropList show={$showSupportModal} scrollable>
|
||||
<Button.Button
|
||||
variant="secondary"
|
||||
size="s"
|
||||
on:click={() => ($showSupportModal = true)}>
|
||||
<span>Support</span>
|
||||
|
||||
<svelte:fragment slot="other">
|
||||
<MobileSupportModal bind:show={$showSupportModal}
|
||||
></MobileSupportModal>
|
||||
</svelte:fragment>
|
||||
</Button.Button>
|
||||
</DropList>
|
||||
</Layout.Stack>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user