Skip to content

Commit

Permalink
Project selector is scrollable in Deploy model modal (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
manaswinidas authored Sep 9, 2024
1 parent d89ab8d commit aa3ef61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const ProjectSelector: React.FC<ProjectSelectorProps> = ({
selected={selectedProject}
onOpenChange={(open) => setOpen(open)}
isOpen={isOpen}
isScrollable
toggle={(toggleRef) => (
<MenuToggle
ref={toggleRef}
Expand Down

0 comments on commit aa3ef61

Please sign in to comment.