diff --git a/front/API.ts b/front/API.ts index a34288d..2cdbd8f 100644 --- a/front/API.ts +++ b/front/API.ts @@ -712,7 +712,7 @@ export default class API { const queryString = queryParams.length > 0 ? `?${queryParams.join('&')}` : ''; return { - key: ['search'], + key: ['search', query.query], exec: () => { return API.fetch( {