Skip to content

Commit

Permalink
restore default net config after server check
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Dec 13, 2023
1 parent 63e81c2 commit c699c84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/state/trajectory/logics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ const initializeFileConversionLogic = createLogic({

// Start the first health check
performHealthCheck(attempts);
// restore network settings to default so that things work
// when we navigate away from conversion page
// TODO: this will not be relevant once we switch to Octopus
controller.configureNetwork(netConnectionSettings);
},
type: INITIALIZE_CONVERSION,
});
Expand Down

0 comments on commit c699c84

Please sign in to comment.