Skip to content

Commit c6f9b88

Browse files
authored
fix(SelectDialog): make search icon clickable again (#4371)
1 parent 7eed4d6 commit c6f9b88

File tree

1 file changed

+1
-0
lines changed
  • packages/main/src/components/SelectDialog

1 file changed

+1
-0
lines changed

packages/main/src/components/SelectDialog/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ const SelectDialog = forwardRef<DialogDomRef, SelectDialogPropTypes>((props, ref
365365
/>
366366
)}
367367
<Icon
368+
interactive
368369
name={iconSearch}
369370
className={classes.inputIcon}
370371
onClick={handleSearchSubmit}

0 commit comments

Comments
 (0)