Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Jul 15, 2024
1 parent 742ae71 commit 0c5e334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compass-connections/src/stores/connections-store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export function useConnections({
});
}
}
await repositorySaveConnection(connectionInfo || partialConnectionInfo);
await repositorySaveConnection(connectionInfo);
return true;
} catch (err) {
debug(
Expand Down Expand Up @@ -402,7 +402,7 @@ export function useConnections({
async (
connectionInfo: ConnectionInfo,
dataService: DataService,
legacyShouldSaveConnectionInfo?: boolean
legacyShouldSaveConnectionInfo?: boolean // TODO: cleanup COMPASS-7906
) => {
try {
dispatch({ type: 'set-active-connection', connectionInfo });
Expand Down

0 comments on commit 0c5e334

Please sign in to comment.