Fix work item skeleton loaders for extra pages
What does this MR do and why?
Fixes No loading state on work item notes pagination (#490659 - closed)
Changelog: fixed
Previously we were setting loadingMore = false immediately after the query() promise resolved, rather than actually waiting for the response
How to set up and validate locally
- Load work item with >50 notes
- Make sure skeleton loader appears
Edited by Simon Knox