mirror of
https://github.com/strapi/strapi.git
synced 2025-10-16 10:33:34 +00:00
Fix typo
This commit is contained in:
parent
74ab737a8a
commit
00edca9573
@ -32,7 +32,7 @@ const ListView = () => {
|
|||||||
|
|
||||||
const fetchData = async ({ queryKey }) => {
|
const fetchData = async ({ queryKey }) => {
|
||||||
const [, search] = queryKey;
|
const [, search] = queryKey;
|
||||||
const { data } = await get('/admin/audit-logs', { params: { ...search } });
|
const { data } = await get(`/admin/audit-logs${search}`);
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user