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) (opensearch-project#893)

Signed-off-by: Jackie Han <[email protected]>
(cherry picked from commit 32f28de)

Co-authored-by: Jackie Han <[email protected]>
  • Loading branch information
1 parent a61de94 commit 86adb4f
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 86adb4f

Please sign in to comment.