Skip to content

Commit

Permalink
fix(send-lists): temporary fix for searching many mailchimp audiences (
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo authored Nov 7, 2024
1 parent d0e2a84 commit e41f3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/newsletter-editor/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export const fetchSendLists = debounce( async ( opts, replace = false ) => {
const { name } = getServiceProvider();
const args = {
type: 'list',
limit: 10,
provider: name,
...opts,
};
Expand Down

0 comments on commit e41f3b6

Please sign in to comment.