Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes "The configuration parameter "componentType" is a required for "advanced_pricing_button" component"
  • Loading branch information
codingkoaladev committed Jul 1, 2016
1 parent 3be18f3 commit 445b704
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ public function modifyMeta(array $meta)
self::$advancedPricingButton => [
'arguments' => [
'data' => [
'config' => $visibilityConfig,
'config' => [
'componentType' => 'container',
$visibilityConfig
],
],
],
],
Expand Down

0 comments on commit 445b704

Please sign in to comment.