File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/compass-schema/src/components/compass-schema Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11/* eslint react/no-multi-comp:0 */
22import React , { Component } from 'react' ;
33import PropTypes from 'prop-types' ;
4- import { StatusRow , Tooltip , ZeroState } from 'hadron-react-components' ;
4+ import { StatusRow , ZeroState } from 'hadron-react-components' ;
55import { TextButton } from 'hadron-react-buttons' ;
66import { CancelLoader } from '@mongodb-js/compass-components' ;
77import Field from '../field' ;
88import AnalysisCompleteMessage from '../analysis-complete-message' ;
99import ZeroGraphic from '../zero-graphic' ;
10- import CONSTANTS from '../../constants/schema' ;
1110import get from 'lodash.get' ;
1211import classnames from 'classnames' ;
1312
@@ -224,9 +223,6 @@ class Schema extends Component {
224223 { this . renderBanner ( ) }
225224 </ div >
226225 { this . renderContent ( ) }
227- < Tooltip
228- id = { CONSTANTS . SCHEMA_PROBABILITY_PERCENT }
229- className = "opaque-tooltip" />
230226 </ div >
231227 ) ;
232228 }
You can’t perform that action at this time.
0 commit comments