Skip to content

Commit ccef72c

Browse files
committed
MAGETWO-34239: JS - Bookmarks
- Form xml syntax fix
1 parent 6841a06 commit ccef72c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Customer/view/base/ui_component/customer_form.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../Ui/etc/ui_configuration.xsd">
99
<argument name="data" xsi:type="array">
1010
<item name="js_config" xsi:type="array">
11-
<item name="config" xsi:type="array">
12-
<item name="provider" xsi:type="string">customer_form.customer_form_data_source</item>
13-
</item>
11+
<item name="provider" xsi:type="string">customer_form.customer_form_data_source</item>
1412
<item name="deps" xsi:type="string">customer_form.customer_form_data_source</item>
1513
</item>
1614
<item name="label" xsi:type="string" translate="true">Customer Information</item>

0 commit comments

Comments
 (0)