Fix search
This commit is contained in:
parent
2ef014b070
commit
d25542f2c3
|
@ -49,8 +49,7 @@
|
||||||
$: {
|
$: {
|
||||||
const termChangedSinceFetch = (lastFetchedTerm || "") !== (fetchTerm || "")
|
const termChangedSinceFetch = (lastFetchedTerm || "") !== (fetchTerm || "")
|
||||||
|
|
||||||
const allRowsFetched =
|
const allRowsFetched = !lastFetchedTerm / !$fetch.hasNextPage
|
||||||
!lastFetchedTerm && $fetch.rows.length === $fetch.totalRows
|
|
||||||
if (!allRowsFetched && termChangedSinceFetch) {
|
if (!allRowsFetched && termChangedSinceFetch) {
|
||||||
debugger
|
debugger
|
||||||
// Don't request until we have the primary display
|
// Don't request until we have the primary display
|
||||||
|
|
Loading…
Reference in New Issue