lind 3 лет назад
Родитель
Сommit
283e8473a8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/components/SearchComponent/index.tsx

+ 1 - 0
src/components/SearchComponent/index.tsx

@@ -442,6 +442,7 @@ const SearchComponent = <T extends Record<string, any>>(props: Props<T>) => {
       log,
       (log.terms1 && log.terms1?.length > 1) || (log.terms2 && log.terms2?.length > 1),
     );
+    console.log(log.terms1, log.terms2, 'log-terms');
     if (_expand) {
       setExpand(false);
     }