Skip to content

Commit

Permalink
Merge pull request #384 from awcodes/fix/console-data-warning
Browse files Browse the repository at this point in the history
Fix: console warning about livewire data on panel opening
  • Loading branch information
awcodes authored Dec 16, 2023
2 parents 25eaebd + ddc1670 commit 9db968c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/Modals/CuratorPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ public function openModal(string $id, array $settings = []): void
$this->statePath = $settings['statePath'];
$this->types = $settings['types'];
$this->visibility = $settings['visibility'];

$this->form->fill();
}
}

Expand Down

0 comments on commit 9db968c

Please sign in to comment.