Skip to content

Commit

Permalink
Merge pull request #164 from Orfium/fix/organizations-dropdown
Browse files Browse the repository at this point in the history
[SYN-1690] fix: org selection dropdown
  • Loading branch information
tsevdos committed Jul 17, 2024
2 parents f56d05a + bddb059 commit b6add4b
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 630 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@commitlint/config-conventional": "^16.2.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@orfium/ictinus": "5.7.0-rc.21",
"@orfium/ictinus": "5.8.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@sentry/browser": "7.21.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ function OrganizationSelector(props: Props & TestProps) {
triggerRef={btnRef}
isOpen={open}
onClose={handleBtnClick}
onAction={(option: string) => {
onSelect(option);
}}
onAction={onSelect}
sx={{ listProps: { maxHeight: 290 } }}
>
{items?.map((item) => (
<ListItem key={item} textValue={item} parentType={'Menu'}>
Expand Down
Loading

0 comments on commit b6add4b

Please sign in to comment.