Skip to content
Snippets Groups Projects
Commit 8b99c41d authored by DESPRES Damien's avatar DESPRES Damien
Browse files

fix

parent 3d1516cf
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ const map = { ...@@ -97,7 +97,7 @@ const map = {
}, },
GET_BASEMAPS({ commit }, project_slug) { GET_BASEMAPS({ commit }, project_slug) {
axios return axios
.get(`${this.state.configuration.VUE_APP_DJANGO_API_BASE}base-maps/?project__slug=${project_slug}`) .get(`${this.state.configuration.VUE_APP_DJANGO_API_BASE}base-maps/?project__slug=${project_slug}`)
.then((response) => (commit("SET_BASEMAPS", response.data))) .then((response) => (commit("SET_BASEMAPS", response.data)))
.catch((error) => { .catch((error) => {
......
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