From d048c7bd865a7795b67212c5deda21eb6462950e Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Sat, 27 Dec 2025 12:32:43 +0800 Subject: [PATCH] Update web/hooks/use-query-params.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/hooks/use-query-params.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hooks/use-query-params.ts b/web/hooks/use-query-params.ts index 3b310297ee..e0d7cc3c02 100644 --- a/web/hooks/use-query-params.ts +++ b/web/hooks/use-query-params.ts @@ -99,7 +99,7 @@ export function useAccountSettingModal() { export type MarketplaceFilters = { q: string // search query category: string // plugin category - tags: string[] // comma-separated tags + tags: string[] // array of tags } /**