mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
New admin section.
This commit is contained in:
parent
b78ff3b477
commit
ce1f6c3618
44 changed files with 515 additions and 157 deletions
|
|
@ -7,7 +7,7 @@ export function UsersDataTable({ showActions }: { showActions?: boolean; childre
|
|||
const queryResult = useUsersQuery();
|
||||
|
||||
return (
|
||||
<DataGrid queryResult={queryResult} allowSearch={true}>
|
||||
<DataGrid query={queryResult} allowSearch={true}>
|
||||
{({ data }) => <UsersTable data={data} showActions={showActions} />}
|
||||
</DataGrid>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue