Skip to content

Commit

Permalink
move refresh to right side
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <menwe@amazon.com>
  • Loading branch information
mengweieric committed Apr 28, 2024
1 parent c1feb10 commit 46d0b35
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ export const DataSourceSelectable = ({
onChange={handleSourceChange}
singleSelection={singleSelection}
isClearable={false}
prepend={
append={
<EuiText size="s">
<EuiToolTip
position="top"
position="right"
content={i18n.translate('data.datasource.selector.refreshDataSources', {
defaultMessage: 'Refresh data source selector',
defaultMessage: 'Refresh data selector',
})}
display="block"
>
Expand Down

0 comments on commit 46d0b35

Please sign in to comment.