From 466a19ea4990455193a2ac23413884f1ed25ad62 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 10 Jul 2024 15:40:33 +0900 Subject: [PATCH] Update resource-form.svelte --- src/routes/console/(migration-wizard)/resource-form.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/console/(migration-wizard)/resource-form.svelte b/src/routes/console/(migration-wizard)/resource-form.svelte index 66a2fadb6b..1da67926c4 100644 --- a/src/routes/console/(migration-wizard)/resource-form.svelte +++ b/src/routes/console/(migration-wizard)/resource-form.svelte @@ -119,8 +119,8 @@ $provider.subdomain, $provider.region, $provider.adminSecret, - $provider.database, - $provider.username, + $provider.database || $provider.subdomain, + $provider.username || 'postgres', $provider.password ); } @@ -186,7 +186,7 @@ -{#if report && !isVersionAtLeast(version, '1.4.0')} +{#if report && !isVersionAtLeast(version, '1.4.0') && $provider.provider === 'appwrite'}