From 1b1659fe927beec6a2f8048523a82dd04709a25f Mon Sep 17 00:00:00 2001 From: danis Date: Sun, 7 Jan 2024 23:34:52 +0100 Subject: [PATCH] fix(../V2/SearchView): key --- front/API.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( {