mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 04:23:58 +03:00
TSK-992: fix column name in Companies (#2860)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
cda1df2842
commit
3ca0f8ba7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user