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
rowasc
changed the title
Ensure localStorage is emptied after posts are sent
Confirm posts were successfully sent to the server before emptying the offline posts array in localStorage
Aug 24, 2019
In form.js
formDataArray.map(formData => { postFormData(formData, this.state.token.access_token); }); localStorage.removeItem("Failed Form Submission Data");
Ensure the localStorage is removed only after the data is sent successfully.
The text was updated successfully, but these errors were encountered: