fix details

This commit is contained in:
tglide
2023-07-17 15:27:30 +01:00
parent 248fbb6f45
commit 5535d4338d
@@ -45,7 +45,7 @@
$: parsedSource = parseIfString(details?.source || '{}');
</script>
<Modal bind:show on:close={() => (details = null)} size="big">
<Modal bind:show on:close={() => (migrationId = null)} size="big">
<svelte:fragment slot="header">
{#if details.status === 'failed'}
Resolve migration issues