From dd94019fcb415f857a5fd0d222f135c4db1085e1 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 30 Jan 2023 16:40:31 +0000 Subject: [PATCH] PR comments - switching back to password field to hide the --secret-value--. --- .../TableIntegrationMenu/IntegrationConfigForm.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte b/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte index 47cf2957d1..7386690348 100644 --- a/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte +++ b/packages/builder/src/components/backend/DatasourceNavigator/TableIntegrationMenu/IntegrationConfigForm.svelte @@ -169,6 +169,7 @@ showModal(configKey)} variables={$environment.variables} + type={schema[configKey].type} on:change bind:value={config[configKey]} error={$validation.errors[configKey]}