Skip to content

Commit 2a35641

Browse files
#RI-5277 - fix compressor checkbox
1 parent c13f197 commit 2a35641

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

redisinsight/ui/src/pages/home/components/form/DbCompressor.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ const DbCompressor = (props: Props) => {
6262
// Reset db field to initial value
6363
formik.setFieldValue('compressor', NONE)
6464
}
65-
formik.handleChange(e)
65+
formik.setFieldValue(
66+
'showCompressor',
67+
isChecked
68+
)
6669
}
6770

6871
return (

0 commit comments

Comments
 (0)