Skip to content

Commit 2c8bcde

Browse files
Update x-pack/plugins/observability_solution/logs_explorer/public/components/flyout_detail/sub_components/highlight_section.tsx
Co-authored-by: Marco Antonio Ghiani <marcoantonio.ghiani01@gmail.com>
1 parent 50a0272 commit 2c8bcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/observability_solution/logs_explorer/public/components/flyout_detail/sub_components

x-pack/plugins/observability_solution/logs_explorer/public/components/flyout_detail/sub_components/highlight_section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function HighlightSection({ title, children, columns, ...props }: Highlig
4141
const showMoreButtonLabel = flyoutAccordionShowMoreText(hiddenCount);
4242
const showMoreButton = (
4343
<EuiButtonEmpty
44-
data-test-subj="logsExplorerHighlightSectionButton"
44+
data-test-subj="logsExplorerHighlightSectionShowMoreButton"
4545
size="xs"
4646
flush="left"
4747
css={{ width: '80px' }}

0 commit comments

Comments
 (0)