mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
use uuid
This commit is contained in:
parent
246e4e5f4f
commit
17041efaae
73 changed files with 491 additions and 874 deletions
|
|
@ -14,9 +14,9 @@ export default function RealtimeHeader({ websites, data, websiteId, onSelect })
|
|||
value: null,
|
||||
},
|
||||
].concat(
|
||||
websites.map(({ name, websiteUuid }, index) => ({
|
||||
websites.map(({ name, id }, index) => ({
|
||||
label: name,
|
||||
value: websiteUuid,
|
||||
value: id,
|
||||
divider: index === 0,
|
||||
})),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue