We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22f7f1 commit 6eff507Copy full SHA for 6eff507
app/code/Magento/Customer/Ui/Component/Listing/AttributeRepository.php
@@ -144,7 +144,7 @@ protected function getOptionArray(array $options)
144
/** @var \Magento\Customer\Api\Data\OptionInterface $option */
145
foreach ($options as &$option) {
146
$value = $option->getValue();
147
- if ($option->getOptions()) {
+ if (is_array($option->getOptions())) {
148
$value = $this->getOptionArray($option->getOptions());
149
}
150
$option = [
0 commit comments