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
Improve performance of loading Analytics reports in Avni-webapp, change is in the way our React Web-app uses Redux to repeatedly invoke same API requests, even when the user only switches between the various tab in the Canned-Analytics screen.
Do not refresh report on changing tabs, use takeOnce instead of takeAlways
The text was updated successfully, but these errors were encountered:
Improve performance of loading Analytics reports in Avni-webapp, change is in the way our React Web-app uses Redux to repeatedly invoke same API requests, even when the user only switches between the various tab in the Canned-Analytics screen.
The text was updated successfully, but these errors were encountered: