diff --git a/src/store/modules/feature.js b/src/store/modules/feature.js index 6db7f1afc510a15f2a09dc63199f8d57773e528f..d081b0b6b49432a88d697d0434f0871b913466c2 100644 --- a/src/store/modules/feature.js +++ b/src/store/modules/feature.js @@ -108,7 +108,7 @@ const feature = { const cancelToken = axios.CancelToken.source(); commit('SET_CANCELLABLE_SEARCH_REQUEST', cancelToken, { root: true }); - + commit("SET_FEATURES", []); let url = `${rootState.configuration.VUE_APP_DJANGO_API_BASE}projects/${project_slug}/feature/`; if (feature_type__slug) { url = url.concat('', `${url.includes('?') ? '&' : '?'}feature_type__slug=${feature_type__slug}`);