Skip to content

Commit

Permalink
Update AccessControl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored Nov 27, 2024
1 parent 9137cb8 commit 1da6c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Datatable/AccessControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class AccessControl extends DataTableComponent
{
public int $perPage = 100;
public ?int $perPage = 100;

public array $perPageAccepted = [100];

Expand Down

0 comments on commit 1da6c57

Please sign in to comment.