Skip to content

Commit 7b86d37

Browse files
Satya Sinharueckstiess
authored andcommitted
COMPASS-1032 don't mount RTSS when on databases tab (#1176) (#1180)
1 parent e281d62 commit 7b86d37

File tree

1 file changed

+1
-0
lines changed
  • src/internal-packages/instance/lib/component

1 file changed

+1
-0
lines changed

src/internal-packages/instance/lib/component/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class InstanceComponent extends React.Component {
6161
activeTabIndex={this.state.activeTab}
6262
onTabClicked={this.onTabClicked.bind(this)}
6363
className="rt-nav"
64+
mountAllViews={false}
6465
/>
6566
</div>
6667
);

0 commit comments

Comments
 (0)