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

modify comment

parent 20f0a9ba
No related branches found
No related tags found
2 merge requests!254version 2.3.2,!227REDMINE_ISSUE-12754
...@@ -316,7 +316,7 @@ export default { ...@@ -316,7 +316,7 @@ export default {
if (!this.project) { if (!this.project) {
this.GET_PROJECT_INFO(this.$route.params.slug); this.GET_PROJECT_INFO(this.$route.params.slug);
} }
this.$store.commit("feature/SET_FEATURES", []); //* empty features remaining in case they were in geojson format and will be fetch after map initialization anyway this.$store.commit("feature/SET_FEATURES", []); //* empty features remaining in case they were in geojson format and will be fetch anyway
this.getFeatures(); this.getFeatures();
// .then(res => resolve(res)) // .then(res => resolve(res))
// .catch(err => reject(err)); // .catch(err => reject(err));
......
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