Ver código fonte

update

master
CANCERYS\kw093 2 semanas atrás
pai
commit
8dbdf66f19
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

+ 2
- 2
src/components/PoSearch/PoSearch.tsx Ver arquivo

@@ -271,11 +271,11 @@ const PoSearch: React.FC<Props> = ({
useEffect(() => {
console.log(filteredPo)
}, [filteredPo])
/*
useEffect(() => {
newPageFetch(pagingController, filterArgs);
}, [newPageFetch, pagingController, filterArgs]);
*/
// when filteredPo changes, update select all state
useEffect(() => {
if (filteredPo.length > 0 && selectedPoIds.length === filteredPo.length) {


Carregando…
Cancelar
Salvar