Skip to content

Commit 019b5e9

Browse files
authored
Check models value
1 parent 07516d6 commit 019b5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/Concerns/WithScroll.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function bootWithScroll(): void
2525

2626
public function mountWithScroll(): void
2727
{
28-
if ($this->items->isEmpty()) {
28+
if ($this->models->isEmpty()) {
2929
$this->fillPageItems();
3030
}
3131
}

0 commit comments

Comments
 (0)