mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
test logging
This commit is contained in:
parent
b267706f5c
commit
f54c5e4d44
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
||||||
matchingPackages.push(res[i].item);
|
matchingPackages.push(res[i].item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(res, matchingPackages)
|
||||||
setPackages(matchingPackages);
|
setPackages(matchingPackages);
|
||||||
} else {
|
} else {
|
||||||
setPackages(allPackages);
|
setPackages(allPackages);
|
||||||
|
|
Loading…
Reference in a new issue