Skip to content
Snippets Groups Projects
Commit c3bc5ed8 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix regression on send offline features

parent e2b352f6
No related branches found
No related tags found
No related merge requests found
......@@ -255,11 +255,12 @@ export default {
this.arraysOfflineErrors.push(feature);
})
);
this.DISPLAY_LOADER('Envoi des signalements en cours.');
this.$store.commit('DISPLAY_LOADER', 'Envoi des signalements en cours.');
Promise.all(promises).then(() => {
this.$emit('update-local-storage');
this.$emit('retrieve-info');
this.$emit('updateLocalStorage');
this.$emit('retrieveInfo');
this.$store.commit('DISCARD_LOADER');
});
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment