diff --git a/src/app/shared/store/user.state.ts b/src/app/shared/store/user.state.ts index 623f661b34..d1db6a71a3 100644 --- a/src/app/shared/store/user.state.ts +++ b/src/app/shared/store/user.state.ts @@ -481,6 +481,7 @@ export class UserState { @Action(OnUpdateApplicationSuccess) onUpdateApplicationSuccess({ dispatch }: StateContext, { payload }: OnUpdateApplicationSuccess): void { dispatch(new ShowMessageBar({ message: 'Статус заявки успішно змінено', type: 'success' })); + dispatch(new GetApplicationsByParentId(payload.parentId)); } @Action(CreateRating) createRating({ dispatch }: StateContext, { payload }: CreateRating): Observable {