You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(content_management): prevent multiple concurrent country load more requests
- Add countriesIsLoadingMore flag to state
- Check countriesIsLoadingMore before making new load more request
- Update state with countriesIsLoadingMore: true at the start of the request
- Reset countriesIsLoadingMore to false in both success and error cases
0 commit comments