mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Event data updates.
This commit is contained in:
parent
d1e93b8e62
commit
55701c9e8c
15 changed files with 642 additions and 693 deletions
|
|
@ -3,7 +3,7 @@ import { GridTable, GridColumn } from 'react-basics';
|
|||
import { useMessages, usePageQuery } from 'hooks';
|
||||
import Empty from 'components/common/Empty';
|
||||
|
||||
export function EventDataTable({ data = [], showValue }) {
|
||||
export function EventDataTable({ data = [] }) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const { resolveUrl } = usePageQuery();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue