mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
distinct_id schema changes and search on sessions page
This commit is contained in:
parent
9d3c926d69
commit
c5efc27c07
11 changed files with 176 additions and 39 deletions
|
|
@ -14,7 +14,7 @@ export default function SessionsDataTable({
|
|||
const queryResult = useWebsiteSessions(websiteId);
|
||||
|
||||
return (
|
||||
<DataTable queryResult={queryResult} allowSearch={false} renderEmpty={() => children}>
|
||||
<DataTable queryResult={queryResult} allowSearch={true} renderEmpty={() => children}>
|
||||
{({ data }) => <SessionsTable data={data} showDomain={!websiteId} />}
|
||||
</DataTable>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue