mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Dashboard] Remove panel filters title (#205487)
## Summary This PR removes the title in filter notification popover. Closes: #201832
This commit is contained in:
parent
2f61892e84
commit
de4307083d
1 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ import {
|
|||
EuiFormRow,
|
||||
EuiPopover,
|
||||
EuiPopoverFooter,
|
||||
EuiPopoverTitle,
|
||||
} from '@elastic/eui';
|
||||
|
||||
import { css } from '@emotion/react';
|
||||
|
@ -95,7 +94,6 @@ export function FiltersNotificationPopover({ api }: { api: FiltersNotificationAc
|
|||
}}
|
||||
anchorPosition="upCenter"
|
||||
>
|
||||
<EuiPopoverTitle>{displayName}</EuiPopoverTitle>
|
||||
<EuiForm
|
||||
component="div"
|
||||
css={css`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue