Skip to content

Commit 0440412

Browse files
author
Eric Bohanon
committed
MAGETWO-87147: Fix XML
1 parent df153da commit 0440412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/etc/graphql.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
</type>
411411
<type xsi:type="OutputType" name="CustomizableDateOption">
412412
<implements interface="CustomizableOptionInterface" copyFields="true"/>
413-
<<field xsi:type="ObjectOutputField" name="value" type="CustomizableDateValue"/>
413+
<field xsi:type="ObjectOutputField" name="value" type="CustomizableDateValue"/>
414414
</type>
415415
<type xsi:type="OutputType" name="CustomizableDropDownOption">
416416
<implements interface="CustomizableOptionInterface" copyFields="true"/>

0 commit comments

Comments
 (0)