Skip to content

Commit

Permalink
fix doc (#15393)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Jun 25, 2021
1 parent 08318fc commit 4db07e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const ModalHeader = ({
target="_blank"
rel="noopener noreferrer"
>
connecting to {dbName}.
connecting to {dbModel.name}.
</a>
</p>
</StyledFormHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function dbReducer(

return {
...action.payload,
engine: action.payload.backend,
engine: action.payload.backend || trimmedState.engine,
configuration_method: action.payload.configuration_method,
extra_json: deserializeExtraJSON,
parameters: {
Expand Down

0 comments on commit 4db07e2

Please sign in to comment.