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:
Matt Gilman 2024-11-08 20:59:31 -05:00 committed by GitHub
parent 8acb7047d4
commit 21791b09da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -396,8 +396,8 @@ export class ParameterContextListingEffects {
}
})
);
this.store.dispatch(ParameterContextListingActions.editParameterContextComplete());
}
this.store.dispatch(ParameterContextListingActions.editParameterContextComplete());
});
})
),