From 7c33a3a943e9c0caa88387a4eda2393351e6752b Mon Sep 17 00:00:00 2001 From: Oleg Solodkov <94829167+sol-0@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:30:55 +0400 Subject: [PATCH] [UBER-830] Added comments to vacancies list (#3689) --- models/recruit/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts index 191ce6009b..7219a456f3 100644 --- a/models/recruit/src/index.ts +++ b/models/recruit/src/index.ts @@ -787,6 +787,7 @@ export function createModel (builder: Builder): void { label: recruit.string.Applications }, 'description', + { key: 'comments', displayProps: { key: 'comments', suffix: true } }, { key: '', displayProps: { grow: true } }, { key: '$lookup.company',