Loading js-apps/frontend/src/js/containers/app-container.js +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
js-apps/frontend/src/js/containers/app-container.js +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading