misalignment fix (#6726)

This commit is contained in:
Diego Imbert
2025-10-01 18:16:15 +02:00
committed by GitHub
parent 54bc6a694e
commit 259ee6903b
2 changed files with 4 additions and 2 deletions
@@ -266,9 +266,9 @@
resourceType={ducklake.catalog.resource_type}
/>
{:else}
<input
<TextInput
bind:value={ducklake.catalog.resource_path}
placeholder="PostgreSQL database name"
inputProps={{ placeholder: 'PostgreSQL database name' }}
/>
{/if}
</div>
@@ -307,6 +307,7 @@
>
<svelte:fragment slot="trigger">
<ExploreAssetButton
class="h-9"
asset={{ kind: 'ducklake', path: ducklake.name }}
{dbManagerDrawer}
disabled
@@ -130,6 +130,7 @@
/>
<Select
class="max-w-[125px]"
inputClass="h-full"
bind:value={
() => s3ResourceSettings.secondaryStorage?.[idx]?.[1].resourceType || 's3',
(v) => {