From a566b5ee17c4796f84bb4b999ba3bc8f05acdabd Mon Sep 17 00:00:00 2001 From: Guilhem Lemouel Date: Fri, 21 Aug 2026 12:48:43 +0200 Subject: [PATCH] fix: portal the setup step's confirmation above the data table wizard Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01HtYCxXEn2WujwVvh5aZRCa --- frontend/src/lib/components/ImportSetupStep.svelte | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/ImportSetupStep.svelte b/frontend/src/lib/components/ImportSetupStep.svelte index e9387ce044..26bd07fdbe 100644 --- a/frontend/src/lib/components/ImportSetupStep.svelte +++ b/frontend/src/lib/components/ImportSetupStep.svelte @@ -6,6 +6,7 @@ import { Button } from '$lib/components/common' import AddDataTableWizard from '$lib/components/workspaceSettings/AddDataTableWizard.svelte' import ConfirmationModal from '$lib/components/common/confirmationModal/ConfirmationModal.svelte' + import Portal from '$lib/components/Portal.svelte' import { createAsyncConfirmationModal } from '$lib/components/common/confirmationModal/asyncConfirmationModal.svelte' import { SettingService } from '$lib/gen' import { resource } from 'runed' @@ -539,7 +540,14 @@ {defaultInstanceDbName} /> {/if} - + + + +