From 8cfbafc8797165a7f9d42895d22e763984a1d016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A7=D0=B8=D0=BA=D0=B0=D0=BB=D0=BA=D0=B8=D0=BD?= Date: Fri, 4 Sep 2020 17:06:32 +0300 Subject: [PATCH] TODO --- src/client/Containers/Calculation/Sections/list.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/client/Containers/Calculation/Sections/list.js b/src/client/Containers/Calculation/Sections/list.js index 91ff7d4..905482d 100644 --- a/src/client/Containers/Calculation/Sections/list.js +++ b/src/client/Containers/Calculation/Sections/list.js @@ -16,6 +16,7 @@ export default [ divider: { title: 'Поиск интереса в CRM' }, }, + //TODO Custom search { title: 'Выбор Интереса', Component: Select, @@ -25,6 +26,8 @@ export default [ showSearch: true, }, }, + + //TODO Custom search { title: 'ЛС', Component: Select, @@ -41,6 +44,7 @@ export default [ }, /** */ + //TODO Custom search { title: 'Выбор Предложения', Component: Select,