Skip to content

Commit

Permalink
feat(redmine 1275779): fix selects elements colors on searchResult page
Browse files Browse the repository at this point in the history
  • Loading branch information
vapersmile authored and vapersmile committed Feb 12, 2024
1 parent 9279b44 commit b07ebc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ export function SearchResults(): ReactElement {
dropdown: classes.selectDropdown,
section: classes.selectRight,
}}
comboboxProps={{ withinPortal: false }}
data={typeFilterOptions}
defaultValue={activeType.value}
onChange={(v) =>
Expand Down

0 comments on commit b07ebc9

Please sign in to comment.