Add Textarea
This commit is contained in:
parent
443f711aa3
commit
fe498e2d3d
@ -13,6 +13,9 @@ class PaperDbSelect extends Select
|
||||
/** @var PaperOpt $option */
|
||||
$option = $this->getSelectedOption();
|
||||
|
||||
if($option == null) {
|
||||
return [];
|
||||
}
|
||||
/** @var Paper $paper */
|
||||
$paper = $option->getPaper();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user