Ver a proveniência

update

master
CANCERYS\kw093 há 2 semanas
ascendente
cometimento
8dbdf66f19
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/components/PoSearch/PoSearch.tsx

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

@@ -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
Guardar