Commit bb919226 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

fix to refresh API console

parent 328438cd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -257,6 +257,11 @@ class AppContainer extends Component {
    if (this.props.sandboxName !== prevProps.sandboxName) {
      this.setBasePaths();
    }

    // Trigger API console refresh when switching back to sandbox page
    if (this.props.page === PAGE_SANDBOX && prevProps.page !== PAGE_SANDBOX) {
      this.refreshApiConsole = true;
    }
  }

  // Timers