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 fac43c2 commit ac10423Copy full SHA for ac10423
app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/AttributeOptionProvider.php
@@ -126,7 +126,8 @@ private function formatResult(\Magento\Framework\DB\Select $select): array
126
$result[$option['attribute_code']] = [
127
'attribute_id' => $option['attribute_id'],
128
'attribute_code' => $option['attribute_code'],
129
- 'attribute_label' => $option['attribute_store_label'] ? $option['attribute_store_label'] : $option['attribute_label'],
+ 'attribute_label' => $option['attribute_store_label']
130
+ ? $option['attribute_store_label'] : $option['attribute_label'],
131
'options' => [],
132
];
133
}
0 commit comments