with_close_button prop

This commit is contained in:
Benjamin Beganović 2024-09-23 17:11:34 +02:00
parent 096299a83c
commit ad1c49172a

View File

@ -59,6 +59,8 @@ class PdfSlot extends Component
public $html_entity_option = true; public $html_entity_option = true;
public ?string $with_close_button = null;
public function mount() public function mount()
{ {
MultiDB::setDb($this->db); MultiDB::setDb($this->db);