From ad1c49172a422035fce4a797f761f126f1c8d7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 23 Sep 2024 17:11:34 +0200 Subject: [PATCH] with_close_button prop --- app/Livewire/PdfSlot.php | 2 ++ 1 file changed, 2 insertions(+) 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);