mirror of https://github.com/apache/nifi.git
NIFI-13980: Edit Parameter Context action needs to be completed even when the user is routed away by following a link to a referencing component. (#9501)
This commit is contained in:
parent
8acb7047d4
commit
21791b09da
|
@ -396,8 +396,8 @@ export class ParameterContextListingEffects {
|
|||
}
|
||||
})
|
||||
);
|
||||
this.store.dispatch(ParameterContextListingActions.editParameterContextComplete());
|
||||
}
|
||||
this.store.dispatch(ParameterContextListingActions.editParameterContextComplete());
|
||||
});
|
||||
})
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue