Skip to content

Commit

Permalink
database modal should close on connect with tab layout (#14771)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored May 24, 2021
1 parent e9657af commit fbe6f16
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 247 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const SqlAlchemyTab = ({
<input
type="text"
name="database_name"
data-test="database-name-input"
value={db?.database_name || ''}
placeholder={t('Name your database')}
onChange={onInputChange}
Expand All @@ -62,6 +63,7 @@ const SqlAlchemyTab = ({
<input
type="text"
name="sqlalchemy_uri"
data-test="sqlalchemy-uri-input"
value={db?.sqlalchemy_uri || ''}
autoComplete="off"
placeholder={t(
Expand Down
Loading

0 comments on commit fbe6f16

Please sign in to comment.