Dispatch store actions when API requests start and finish
Call `store.apiRequestStarted` and `store.apiRequestFinished` methods when API requests start and finish. This causes the loading spinner to correctly indicate whether API requests are in progress.
Showing
Please register or sign in to comment