Skip to content

Commit

Permalink
NIFI-13980: Edit Parameter Context action needs to be completed even …
Browse files Browse the repository at this point in the history
…when the user is routed away by following a link to a referencing component. (#9501)
  • Loading branch information
mcgilman authored Nov 9, 2024
1 parent 8acb704 commit 21791b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ export class ParameterContextListingEffects {
}
})
);
this.store.dispatch(ParameterContextListingActions.editParameterContextComplete());
}
this.store.dispatch(ParameterContextListingActions.editParameterContextComplete());
});
})
),
Expand Down

0 comments on commit 21791b0

Please sign in to comment.