Skip to content

Commit 5b1b94b

Browse files
committed
#RI-3308 - Clicking on search keys button user gets "Something went wrong" error
1 parent 12fa4cf commit 5b1b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/multi-search/MultiSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const MultiSearch = (props: Props) => {
7878
color="primary"
7979
aria-label="Search"
8080
className={styles.searchButton}
81-
onClick={onSubmit}
81+
onClick={() => onSubmit()}
8282
data-testid="search-btn"
8383
/>
8484
</div>

0 commit comments

Comments
 (0)