TSK-992: fix column name in Companies (#2860)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-03-30 21:23:30 +05:00 committed by GitHub
parent cda1df2842
commit 3ca0f8ba7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,10 @@ export function createModel (builder: Builder): void {
attachTo: recruit.mixin.VacancyList,
descriptor: view.viewlet.Table,
config: [
'',
{
key: '',
label: recruit.string.Organizations
},
{
key: '@vacancies',
label: recruit.string.Vacancies