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 } /**