Improvements for certificates table, adds expansion object to certificates

This commit is contained in:
Jamie Curnow
2023-01-14 09:45:08 +10:00
parent 6c76c041c4
commit 456c59c746
9 changed files with 95 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ export async function getCertificates(
const { result } = await api.get(
{
url: "certificates",
params: { limit, offset, sort, ...filters },
params: { limit, offset, sort, expand: "user", ...filters },
},
abortController,
);