Skip to content

Commit 7f0bbd4

Browse files
committed
remove cx
1 parent e075507 commit 7f0bbd4

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/command-helper/components/command-helper-search/CHSearchFilter

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/command-helper/components/command-helper-search/CHSearchFilter/CHSearchFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const CHSearchFilter = ({ submitFilter, isLoading }: Props) => {
7272
}
7373

7474
return (
75-
<div className={cx(styles.container)}>
75+
<div className={styles.container}>
7676
<RiSelect
7777
loading={isLoading}
7878
disabled={isLoading}

0 commit comments

Comments
 (0)