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