mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
show actions in users websites
This commit is contained in:
parent
2c04115d20
commit
f01abe23c6
@ -16,7 +16,9 @@ export function UserWebsites({ userId }) {
|
||||
<Page isLoading={queryResult.query.isLoading} error={queryResult.query.error}>
|
||||
{hasData && (
|
||||
<DataTable queryResult={queryResult}>
|
||||
{({ data }) => <WebsitesTable data={data} />}
|
||||
{({ data }) => (
|
||||
<WebsitesTable data={data} showActions={true} allowEdit={true} allowView={true} />
|
||||
)}
|
||||
</DataTable>
|
||||
)}
|
||||
</Page>
|
||||
|
Loading…
Reference in New Issue
Block a user