mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Update report parameters.
This commit is contained in:
parent
22d477b98b
commit
64c6d73b77
10 changed files with 44 additions and 40 deletions
|
|
@ -19,7 +19,6 @@ export function WebsiteSelect({ websiteId, onSelect }) {
|
|||
onChange={onSelect}
|
||||
alignment="end"
|
||||
placeholder={formatMessage(labels.selectWebsite)}
|
||||
style={{ width: 200 }}
|
||||
>
|
||||
{({ id, name }) => <Item key={id}>{name}</Item>}
|
||||
</Dropdown>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue