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,