mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
cleanup cohort/filtering for some queries
This commit is contained in:
parent
6829d96862
commit
69aa4ca035
7 changed files with 17 additions and 20 deletions
|
|
@ -36,7 +36,7 @@ export function EventProperties({ websiteId }: { websiteId: string }) {
|
|||
gap="6"
|
||||
>
|
||||
{data && (
|
||||
<Grid columns="repeat(auto-fill, minmax(300px, 1fr))" gap>
|
||||
<Grid columns="repeat(auto-fill, minmax(300px, 1fr))" marginBottom="3" gap>
|
||||
<Select
|
||||
label={formatMessage(labels.event)}
|
||||
value={eventName}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ export async function GET(
|
|||
}
|
||||
|
||||
if (type === 'channel') {
|
||||
const data = await getChannelExpandedMetrics(websiteId, { limit, offset }, filters);
|
||||
const data = await getChannelExpandedMetrics(websiteId, filters);
|
||||
|
||||
return json(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue