Selaa lähdekoodia

fix(bugs): fix search bug

lind 3 vuotta sitten
vanhempi
commit
283e8473a8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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);
     }