fix: marketplace page size

pull/12372/head
zxhlyh 1 year ago
parent 87ce813175
commit a514bde428

@ -300,7 +300,7 @@ export const useMutationPluginsFromMarketplace = () => {
exclude,
type,
page = 1,
pageSize = 20,
pageSize = 40,
} = pluginsSearchParams
return postMarketplace<{ data: PluginsFromMarketplaceResponse }>('/plugins/search/basic', {
body: {

Loading…
Cancel
Save