mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Support event type filtering.
This commit is contained in:
parent
45c9ea9c22
commit
2e69e57445
7 changed files with 39 additions and 29 deletions
|
|
@ -14,7 +14,7 @@ export function EventsDataTable({
|
|||
}) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const [view, setView] = useState('all');
|
||||
const query = useWebsiteEventsQuery(websiteId);
|
||||
const query = useWebsiteEventsQuery(websiteId, { view });
|
||||
|
||||
const buttons = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue