Skip to content

Commit

Permalink
🩹 Fix nullable state property
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Dec 28, 2023
1 parent 33699aa commit a8bdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HasEditRecordModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trait HasEditRecordModal
{
public bool $disableEditModal = false;

public array $editModalFormState = [];
public ?array $editModalFormState = [];

public ?int $editModalRecordId = null;

Expand Down

0 comments on commit a8bdf5b

Please sign in to comment.