Skip to content

Commit

Permalink
[Dashboard] Remove panel filters title (#205487)
Browse files Browse the repository at this point in the history
## Summary

This PR removes the title in filter notification popover.
Closes: #201832

(cherry picked from commit de43070)
  • Loading branch information
kowalczyk-krzysztof committed Jan 7, 2025
1 parent 567b237 commit 712ccc6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
EuiFormRow,
EuiPopover,
EuiPopoverFooter,
EuiPopoverTitle,
} from '@elastic/eui';

import { css } from '@emotion/react';
Expand Down Expand Up @@ -92,7 +91,6 @@ export function FiltersNotificationPopover({ api }: { api: FiltersNotificationAc
}}
anchorPosition="upCenter"
>
<EuiPopoverTitle>{displayName}</EuiPopoverTitle>
<EuiForm
component="div"
css={css`
Expand Down

0 comments on commit 712ccc6

Please sign in to comment.