diff --git a/src/Components/Modals/CuratorPanel.php b/src/Components/Modals/CuratorPanel.php index 31b7b867..a25ba6bb 100644 --- a/src/Components/Modals/CuratorPanel.php +++ b/src/Components/Modals/CuratorPanel.php @@ -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(); } }