Skip to content

Commit

Permalink
Fix livewire warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Nascimento committed Jun 6, 2024
1 parent 104d5bb commit 052232e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pages/EditProfilePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ public static function shouldShowSanctumTokens()

public ?array $customFieldsData = [];

public ?array $deleteAccountData = ['deleteAccount' => []];
public ?array $deleteAccountData = [];
public ?array $browserSessions = [];

public function mount(): void
{
$this->deleteAccountData['deleteAccount'] = [];
$this->fillForms();
}

Expand Down

0 comments on commit 052232e

Please sign in to comment.