Skip to content

Commit

Permalink
[Multiple Datasource] Remove arrow down icon from data source selecta…
Browse files Browse the repository at this point in the history
…ble component (opensearch-project#6257)

* remove arrowdown icon from data source selector

Signed-off-by: Lu Yu <[email protected]>

* add change log

Signed-off-by: Lu Yu <[email protected]>

* update snapshot

Signed-off-by: Lu Yu <[email protected]>

---------

Signed-off-by: Lu Yu <[email protected]>
  • Loading branch information
BionIT committed Apr 2, 2024
1 parent e0c3664 commit d6819bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 33 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,15 @@ export class DataSourceSelectable extends React.Component<
render() {
const button = (
<>
<EuiIcon type="database" />
<EuiButtonEmpty
className="euiHeaderLink"
onClick={this.onClick.bind(this)}
data-test-subj="dataSourceSelectableContextMenuHeaderLink"
aria-label={i18n.translate('dataSourceSelectable.dataSourceOptionsButtonAriaLabel', {
defaultMessage: 'dataSourceMenuButton',
})}
iconType="arrowDown"
iconSide="right"
iconType="database"
iconSide="left"
size="s"
disabled={this.props.disabled || false}
>
Expand Down

0 comments on commit d6819bf

Please sign in to comment.