Skip to content

Commit

Permalink
remove merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jun 4, 2021
1 parent 514ec63 commit 5a604e3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,11 @@ function dbReducer(
[action.payload.name]: action.payload.value,
};
case ActionType.fetched:
<<<<<<< HEAD
case ActionType.dbSelected:
return {
engine: trimmedState.engine,
configuration_method: trimmedState.configuration_method,
...action.payload,
};
=======
>>>>>>> pexdax/db-connection-ui-show-preferred
case ActionType.dbSelected:
return {
...action.payload,
Expand Down

0 comments on commit 5a604e3

Please sign in to comment.