From 2d8779a06f7d443ce5b295ffad44547d8c199ed8 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Mon, 29 May 2023 14:48:05 +0600 Subject: [PATCH] Recruit notification hot fix (#3275) Signed-off-by: Denis Bykhov --- models/recruit/src/index.ts | 2 +- models/recruit/src/plugin.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts index e9f66cb93b..2a8616ba40 100644 --- a/models/recruit/src/index.ts +++ b/models/recruit/src/index.ts @@ -1179,7 +1179,7 @@ export function createModel (builder: Builder): void { }) builder.mixin(recruit.class.Applicant, core.class.Class, notification.mixin.NotificationObjectPresenter, { - presenter: recruit.component.NotificationApplicantresenter + presenter: recruit.component.NotificationApplicantPresenter }) builder.createDoc( diff --git a/models/recruit/src/plugin.ts b/models/recruit/src/plugin.ts index 2f4bcc5eed..f24dbe90fb 100644 --- a/models/recruit/src/plugin.ts +++ b/models/recruit/src/plugin.ts @@ -102,7 +102,7 @@ export default mergeIds(recruitId, recruit, { ApplicationMatchPresenter: '' as AnyComponent, MatchVacancy: '' as AnyComponent, - NotificationApplicantresenter: '' as AnyComponent + NotificationApplicantPresenter: '' as AnyComponent }, template: { DefaultVacancy: '' as Ref,