mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 16:59:32 -05:00
update: livewire components
This commit is contained in:
@@ -37,10 +37,8 @@ class WatchlistSearch extends Component
|
||||
return 'vendor.pagination.livewire-pagination';
|
||||
}
|
||||
|
||||
final public function setPage($page): void
|
||||
final public function updatedPage(): void
|
||||
{
|
||||
$this->page = $page;
|
||||
|
||||
$this->emit('paginationChanged');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user