Skip to content

Commit

Permalink
Fix custom result index session not rendering issue (#887)
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
(cherry picked from commit 32f28de)
  • Loading branch information
jackiehanyang authored and github-actions[bot] committed Oct 14, 2024
1 parent a61de94 commit d079c6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function CustomResultIndex(props: CustomResultIndexProps) {

{enabled ? (
<EuiFlexItem>
<EuiCheckbox
<EuiCompressedCheckbox
id={'resultIndexConditionCheckbox'}
label="Enable custom result index lifecycle management"
checked={customResultIndexConditionsEnabled}
Expand Down

0 comments on commit d079c6e

Please sign in to comment.