mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
Cohort selection.
This commit is contained in:
parent
05f9a67727
commit
bab4f8ebcc
32 changed files with 841 additions and 655 deletions
|
|
@ -15,7 +15,7 @@ export function WebsitePanels({ websiteId }: { websiteId: string }) {
|
|||
showMore: true,
|
||||
metric: formatMessage(labels.visitors),
|
||||
};
|
||||
const rowProps = { minHeight: 570 };
|
||||
const rowProps = { minHeight: '570px' };
|
||||
|
||||
return (
|
||||
<Grid gap="3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue