Remove types from per_page in livewire
This commit is contained in:
parent
cc6ae43f4a
commit
e4bddeaa22
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class PaymentMethodsTable extends Component
|
|||
use WithPagination;
|
||||
use WithSorting;
|
||||
|
||||
public int $per_page = 10;
|
||||
public $per_page = 10;
|
||||
|
||||
public Client $client;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue