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,