diff --git a/app/Livewire/PdfSlot.php b/app/Livewire/PdfSlot.php index f3558d905ce6..66edfade66b4 100644 --- a/app/Livewire/PdfSlot.php +++ b/app/Livewire/PdfSlot.php @@ -59,6 +59,8 @@ class PdfSlot extends Component public $html_entity_option = true; + public ?string $with_close_button = null; + public function mount() { MultiDB::setDb($this->db);