fix: marketplace page size
This commit is contained in:
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…
Reference in New Issue
Block a user