We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07516d6 commit 019b5e9Copy full SHA for 019b5e9
src/Layout/Concerns/WithScroll.php
@@ -25,7 +25,7 @@ public function bootWithScroll(): void
25
26
public function mountWithScroll(): void
27
{
28
- if ($this->items->isEmpty()) {
+ if ($this->models->isEmpty()) {
29
$this->fillPageItems();
30
}
31
0 commit comments