()
| 798 | dataScopeId = this.state.dataScopeId; |
| 799 | } |
| 800 | const calculating = () => { |
| 801 | this.dialogFocusHandler.focus && this.dialogFocusHandler.focus(); |
| 802 | }; |
| 803 | this.setState({ sideTabId, dataScopeId, sidebarClosed: false, calculating }); |
| 804 | this.activateDataBrowserItem(sideTabId, dataScopeId); |
| 805 | } |