Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Unify action components of all field analyzers #56

Merged
merged 1 commit into from Oct 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/web/components/FieldAnalyzerMapComponent.jsx
Expand Up @@ -123,10 +123,10 @@ const FieldAnalyzerMapComponent = React.createClass({
<AddToDashboardMenu title="Add to dashboard"
widgetType={this.WIDGET_TYPE}
configuration={{field: this.state.field}}
bsStyle="default"
pullRight
permissions={this.props.permissions}>
<Button bsSize="small" onClick={() => this._resetStatus()}>Dismiss</Button>

<Button bsSize="small" className="field-analyzer-close" onClick={() => this._resetStatus()}><i className="fa fa-close" /></Button>
</AddToDashboardMenu>
</div>
<h1>Map for field: {this.state.field}</h1>
Expand Down