fixed logo menu pandora_enterprise#13559
This commit is contained in:
parent
60f8c45836
commit
f8ed8e08ff
|
@ -601,7 +601,7 @@ final class Percentile extends Item
|
|||
$values = parent::getDefaultGeneralValues($values);
|
||||
|
||||
// Default values.
|
||||
if (isset($values['width']) === false) {
|
||||
if (isset($values['width']) === false || empty($values['width']) === true) {
|
||||
$values['width'] = 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue