Skip to content

Commit

Permalink
Merge pull request #3 from Log1x/fix/state-is-nullable
Browse files Browse the repository at this point in the history
🩹 Fix nullable state property
  • Loading branch information
mokhosh authored Dec 29, 2023
2 parents 33699aa + a8bdf5b commit aa9a7ce
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 aa9a7ce

Please sign in to comment.