woocommerce/plugins/woocommerce-admin/client/marketing/data-multichannel
Gan Eng Chin 743c0e5085
Set per_page to 100 for getCampaigns.
100 is the maximum limit allowed by the API.

We do this because the API does not return total number of rows, so we use 100 to get "all" rows, to support pagination in the UI.
2023-02-02 01:03:15 +08:00
..
action-types.ts Fetch and display campaigns with wp.data. 2023-02-01 19:02:03 +08:00
actions.ts Fetch and display campaigns with wp.data. 2023-02-01 19:02:03 +08:00
constants.ts Call marketing channels API with wp.data. 2023-01-18 02:04:42 +08:00
guards.ts Call marketing channels API with wp.data. 2023-01-18 02:04:42 +08:00
index.ts Call marketing channels API with wp.data. 2023-01-18 02:04:42 +08:00
reducer.ts Fetch and display campaigns with wp.data. 2023-02-01 19:02:03 +08:00
resolvers.ts Set per_page to 100 for getCampaigns. 2023-02-02 01:03:15 +08:00
selectors.ts Fetch and display campaigns with wp.data. 2023-02-01 19:02:03 +08:00
types.ts Fetch and display campaigns with wp.data. 2023-02-01 19:02:03 +08:00