mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +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
|
|
@ -27,7 +27,7 @@ export function WebsiteSelect({
|
|||
items={data?.data}
|
||||
value={websiteId}
|
||||
renderValue={renderValue}
|
||||
onChange={onSelect}
|
||||
onSelect={onSelect}
|
||||
alignment="end"
|
||||
placeholder={formatMessage(labels.selectWebsite)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue