Skip to content

Commit

Permalink
Fix custom result index session not rendering issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang committed Oct 11, 2024
1 parent 296b44d commit 004c30d
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 004c30d

Please sign in to comment.