mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
a615e8c803
commit
23d86a17a0
1 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,7 @@ import {
|
|||
EuiPagination,
|
||||
EuiText,
|
||||
EuiSpacer,
|
||||
EuiIcon,
|
||||
} from '@elastic/eui';
|
||||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
|
@ -116,8 +117,6 @@ export const SavedQueryManagementComponent: FunctionComponent<Props> = ({
|
|||
|
||||
const savedQueryPopoverButton = (
|
||||
<EuiButtonEmpty
|
||||
iconType="arrowDown"
|
||||
iconSide="right"
|
||||
onClick={() => {
|
||||
setIsOpen(!isOpen);
|
||||
}}
|
||||
|
@ -129,7 +128,8 @@ export const SavedQueryManagementComponent: FunctionComponent<Props> = ({
|
|||
})}
|
||||
data-test-subj="saved-query-management-popover-button"
|
||||
>
|
||||
#
|
||||
<EuiIcon type="save" className="euiQuickSelectPopover__buttonText" />
|
||||
<EuiIcon type="arrowDown" />
|
||||
</EuiButtonEmpty>
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue