Skip to content

Commit 32f28de

Browse files
Fix custom result index session not rendering issue (#887)
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
1 parent 296b44d commit 32f28de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/DefineDetector/components/CustomResultIndex/CustomResultIndex.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function CustomResultIndex(props: CustomResultIndexProps) {
139139

140140
{enabled ? (
141141
<EuiFlexItem>
142-
<EuiCheckbox
142+
<EuiCompressedCheckbox
143143
id={'resultIndexConditionCheckbox'}
144144
label="Enable custom result index lifecycle management"
145145
checked={customResultIndexConditionsEnabled}

0 commit comments

Comments
 (0)