mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Changed props for new Dropdown.
This commit is contained in:
parent
e5f820bd49
commit
c9d3a18af7
8 changed files with 12 additions and 12 deletions
|
|
@ -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>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue