mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
connection modal
This commit is contained in:
7
packages/web/src/modals/ModalLayer.svelte
Normal file
7
packages/web/src/modals/ModalLayer.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import { openedModals } from '../stores';
|
||||
</script>
|
||||
|
||||
{#each $openedModals as { component, props, modalId }}
|
||||
<svelte:component this={component} {modalId} {...props} />
|
||||
{/each}
|
||||
Reference in New Issue
Block a user