mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: marketplace list
This commit is contained in:
@ -297,11 +297,12 @@ export const useMutationPluginsFromMarketplace = () => {
|
||||
tags,
|
||||
exclude,
|
||||
type,
|
||||
page = 1,
|
||||
} = pluginsSearchParams
|
||||
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>('/plugins/search/basic', {
|
||||
body: {
|
||||
page: 1,
|
||||
page_size: 10,
|
||||
page,
|
||||
page_size: 100,
|
||||
query,
|
||||
sort_by: sortBy,
|
||||
sort_order: sortOrder,
|
||||
|
||||
Reference in New Issue
Block a user