mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
fix: marketplace page size
This commit is contained in:
@ -300,7 +300,7 @@ export const useMutationPluginsFromMarketplace = () => {
|
|||||||
exclude,
|
exclude,
|
||||||
type,
|
type,
|
||||||
page = 1,
|
page = 1,
|
||||||
pageSize = 20,
|
pageSize = 40,
|
||||||
} = pluginsSearchParams
|
} = pluginsSearchParams
|
||||||
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>('/plugins/search/basic', {
|
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>('/plugins/search/basic', {
|
||||||
body: {
|
body: {
|
||||||
|
|||||||
Reference in New Issue
Block a user