Skip to content

Commit 445b704

Browse files
fixes "The configuration parameter "componentType" is a required for "advanced_pricing_button" component"
1 parent 3be18f3 commit 445b704

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/ConfigurablePrice.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ public function modifyMeta(array $meta)
9292
self::$advancedPricingButton => [
9393
'arguments' => [
9494
'data' => [
95-
'config' => $visibilityConfig,
95+
'config' => [
96+
'componentType' => 'container',
97+
$visibilityConfig
98+
],
9699
],
97100
],
98101
],

0 commit comments

Comments
 (0)