From f3561db4a33e4ee27bc76477906031a8adf66575 Mon Sep 17 00:00:00 2001 From: Aleksy Date: Sun, 3 Mar 2024 13:13:39 +0100 Subject: [PATCH] setting directories correctly when user is jumnping between tabs --- .../DuckDBConnection/index.tsx | 21 ++++++++++--------- .../KeyValueProperties/index.tsx | 8 +++++++ 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/dqops/src/main/frontend/src/components/Dashboard/DatabaseConnection/DuckDBConnection/index.tsx b/dqops/src/main/frontend/src/components/Dashboard/DatabaseConnection/DuckDBConnection/index.tsx index d1752612e6..4d164c9844 100644 --- a/dqops/src/main/frontend/src/components/Dashboard/DatabaseConnection/DuckDBConnection/index.tsx +++ b/dqops/src/main/frontend/src/components/Dashboard/DatabaseConnection/DuckDBConnection/index.tsx @@ -71,7 +71,7 @@ const DuckdbConnection = ({ { label: 'AWS S3', value: DuckdbParametersSpecSecretsTypeEnum.s3 - }, + } // todo: uncomment below when implemented // { // label: 'Google Cloud Storage', @@ -89,16 +89,17 @@ const DuckdbConnection = ({ return ( -