File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
packages/compass-aggregations/src/components/stage-preview Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import { connect } from 'react-redux' ;
3- import { Body , Link , Tooltip , css } from '@mongodb-js/compass-components' ;
3+ import { Body , Link , Tooltip } from '@mongodb-js/compass-components' ;
44import type { RootState } from '../../modules' ;
55import { getStageInfo } from '../../utils/stage' ;
66import type { StoreStage } from '../../modules/pipeline-builder/stage-editor' ;
77
8- const toolbarTextStyles = css ( {
9- whiteSpace : 'nowrap' ,
10- overflow : 'hidden' ,
11- textOverflow : 'ellipsis' ,
12- } ) ;
13-
148const OperatorLink : React . FunctionComponent < {
159 stageOperator : string ;
1610 description ?: string ;
@@ -56,7 +50,7 @@ function StagePreviewHeader({
5650 return null ;
5751 }
5852 return (
59- < Body className = { toolbarTextStyles } >
53+ < Body >
6054 { destination ? (
6155 `Documents will be saved to ${ destination } .`
6256 ) : (
You can’t perform that action at this time.
0 commit comments