Recruit notification hot fix (#3275)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-05-29 14:48:05 +06:00 committed by GitHub
parent 0d70ba8363
commit 2d8779a06f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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<KanbanTemplate>,