Changed props for new Dropdown.

This commit is contained in:
Mike Cao 2023-12-22 21:26:42 -08:00
parent e5f820bd49
commit c9d3a18af7
8 changed files with 12 additions and 12 deletions

View file

@ -134,7 +134,7 @@ export default function WebsiteExpandedView({
items={items}
value={view}
renderValue={renderValue}
onChange={handleChange}
onSelect={handleChange}
alignment="end"
>
{({ key, label }) => <Item key={key}>{label}</Item>}