mirror of https://github.com/langgenius/dify.git
Update web/hooks/use-query-params.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7b68159fab
commit
d048c7bd86
|
|
@ -99,7 +99,7 @@ export function useAccountSettingModal<T extends string = string>() {
|
|||
export type MarketplaceFilters = {
|
||||
q: string // search query
|
||||
category: string // plugin category
|
||||
tags: string[] // comma-separated tags
|
||||
tags: string[] // array of tags
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue