mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Insights report updates.
This commit is contained in:
parent
ccafb03c47
commit
2e1e5e2616
8 changed files with 101 additions and 88 deletions
|
|
@ -19,6 +19,10 @@ export default function FieldAggregateForm({ name, type, onSelect }) {
|
|||
{ label: formatMessage(labels.total), value: 'total' },
|
||||
{ label: formatMessage(labels.unique), value: 'unique' },
|
||||
],
|
||||
uuid: [
|
||||
{ label: formatMessage(labels.total), value: 'total' },
|
||||
{ label: formatMessage(labels.unique), value: 'unique' },
|
||||
],
|
||||
};
|
||||
|
||||
const items = options[type];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue