Update incorrect icon name in labeling flow
This commit is contained in:
parent
e35a251ab8
commit
e955f54f61
@ -1,14 +1,12 @@
|
|||||||
|
import { Icon, SelectTree } from 'react-viewerbase';
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import PropTypes from 'prop-types';
|
|
||||||
|
|
||||||
import cloneDeep from 'lodash.clonedeep';
|
|
||||||
import bounding from '../../lib/utils/bounding.js';
|
|
||||||
|
|
||||||
import LabellingTransition from './LabellingTransition.js';
|
import LabellingTransition from './LabellingTransition.js';
|
||||||
import { SelectTree, Icon } from 'react-viewerbase';
|
|
||||||
import { getAddLabelButtonStyle } from './labellingPositionUtils.js';
|
|
||||||
|
|
||||||
import OHIFLabellingData from './OHIFLabellingData.js';
|
import OHIFLabellingData from './OHIFLabellingData.js';
|
||||||
|
import PropTypes from 'prop-types';
|
||||||
|
import bounding from '../../lib/utils/bounding.js';
|
||||||
|
import cloneDeep from 'lodash.clonedeep';
|
||||||
|
import { getAddLabelButtonStyle } from './labellingPositionUtils.js';
|
||||||
|
|
||||||
export default class LabellingFlow extends Component {
|
export default class LabellingFlow extends Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
@ -123,7 +121,7 @@ export default class LabellingFlow extends Component {
|
|||||||
className="checkIconWrapper"
|
className="checkIconWrapper"
|
||||||
onClick={this.fadeOutAndLeaveFast}
|
onClick={this.fadeOutAndLeaveFast}
|
||||||
>
|
>
|
||||||
<Icon name="check-solid" className="checkIcon" />
|
<Icon name="check" className="checkIcon" />
|
||||||
</div>
|
</div>
|
||||||
<div className="locationDescriptionWrapper">
|
<div className="locationDescriptionWrapper">
|
||||||
<div className="location">{locationLabel}</div>
|
<div className="location">{locationLabel}</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user