Skip to content

Commit

Permalink
Update datasource_component.js
Browse files Browse the repository at this point in the history
Update to toggle datasource icon in selected element mode
  • Loading branch information
maggieghamry committed Mar 18, 2020
1 parent 5bdb2c1 commit e44347f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class DatasourceComponent extends PureComponent {
flush="left"
size="s"
>
<EuiIcon type="database" className="canvasDataSource__triggerButtonIcon" />
<EuiIcon type={stateDatasource.image} className="canvasDataSource__triggerButtonIcon" />
{stateDatasource.displayName}
</EuiButtonEmpty>
<EuiSpacer size="s" />
Expand Down

0 comments on commit e44347f

Please sign in to comment.