show actions in users websites
This commit is contained in:
@@ -16,7 +16,9 @@ export function UserWebsites({ userId }) {
|
|||||||
<Page isLoading={queryResult.query.isLoading} error={queryResult.query.error}>
|
<Page isLoading={queryResult.query.isLoading} error={queryResult.query.error}>
|
||||||
{hasData && (
|
{hasData && (
|
||||||
<DataTable queryResult={queryResult}>
|
<DataTable queryResult={queryResult}>
|
||||||
{({ data }) => <WebsitesTable data={data} />}
|
{({ data }) => (
|
||||||
|
<WebsitesTable data={data} showActions={true} allowEdit={true} allowView={true} />
|
||||||
|
)}
|
||||||
</DataTable>
|
</DataTable>
|
||||||
)}
|
)}
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
Reference in New Issue
Block a user