mirror of https://github.com/apache/nifi.git
[NIFI-13756] clear banner error afterClosed() of EditParameterContext dialog (#9329)
This closes #9329
This commit is contained in:
parent
c198dc9d24
commit
d93c2f9f0c
|
@ -170,6 +170,10 @@ export class ParameterContextListingEffects {
|
|||
})
|
||||
);
|
||||
});
|
||||
|
||||
dialogReference.afterClosed().subscribe(() => {
|
||||
this.store.dispatch(ErrorActions.clearBannerErrors());
|
||||
});
|
||||
})
|
||||
),
|
||||
{ dispatch: false }
|
||||
|
|
Loading…
Reference in New Issue