diff --git a/src/store/modules/feature.js b/src/store/modules/feature.js
index 4b80d47b4cf1d305fde28b27484597f1d9a54650..9394dbe5aa72bd448bb7f595da8818c38d6e81ec 100644
--- a/src/store/modules/feature.js
+++ b/src/store/modules/feature.js
@@ -168,10 +168,10 @@ const feature = {
 
       function redirect(featureId) {
         dispatch(
-          'GET_PROJECT_FEATURES',
+          'GET_PROJECT_FEATURE',
           {
             project_slug: rootState.project_slug,
-            feature_type__slug: rootState.feature_type.current_feature_type_slug
+            feature_id: featureId
           }
         )
           .then(() => {