Skip to content

Commit

Permalink
CC-26128: provided default value for numberFormatConfig input. (#2337)
Browse files Browse the repository at this point in the history
CC-26128 Provided default value for numberFormatConfig data property.
  • Loading branch information
romanhavrylko authored Feb 28, 2023
1 parent 15a74c6 commit ea77bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
shoppingListCollection: _view.shoppingListOverview.shoppingLists,
shoppingListItems: _view.shoppingListItems,
addItemToCartForm: _view.addItemToCartForm,
numberFormatConfig: _view.numberFormatConfig,
numberFormatConfig: _view.numberFormatConfig | default({}),
} %}

{% set numberFormatConfig = {} %}
Expand Down

0 comments on commit ea77bf6

Please sign in to comment.