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
When the datatable opens, an API call goes out to api.multinet.app/api/workspaces/Upset%20Examples/tables/movies/rows/?limit=9007199254740991. This should be obviated by the use of localforage to cache retrieved data on the previous page; investigate & fix this bug.
The text was updated successfully, but these errors were encountered:
When the datatable opens, an API call goes out to
api.multinet.app/api/workspaces/Upset%20Examples/tables/movies/rows/?limit=9007199254740991
. This should be obviated by the use oflocalforage
to cache retrieved data on the previous page; investigate & fix this bug.The text was updated successfully, but these errors were encountered: