Skip to content

Commit

Permalink
Fix custom result index session not rendering issue (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#887)

Signed-off-by: Jackie Han <jkhanjob@gmail.com>
  • Loading branch information
jackiehanyang authored Oct 11, 2024
1 parent 296b44d commit 32f28de
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 32f28de

Please sign in to comment.