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

fix regression on feature not updated after edition

parent 185344c8
No related branches found
No related tags found
No related merge requests found
......@@ -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(() => {
......
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