Skip to content

Commit

Permalink
Update superset-frontend/src/views/CRUD/data/database/DatabaseModal/i…
Browse files Browse the repository at this point in the history
…ndex.tsx

Co-authored-by: Lyndsi Kay Williams <[email protected]>
  • Loading branch information
Antonio-RiveroMartnez and lyndsiWilliams authored Feb 7, 2023
1 parent 49bd009 commit 5f6da7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
if (db && isSSHTunneling) {
setUseSSHTunneling(!isEmpty(db?.ssh_tunnel));
}
}, [db]);
}, [db, isSSHTunneling]);

const onDbImport = async (info: UploadChangeParam) => {
setImportingErrorMessage('');
Expand Down

0 comments on commit 5f6da7f

Please sign in to comment.