Skip to content

Commit

Permalink
[OD-382] Fix issue: Element 'argument': This element is not expected.…
Browse files Browse the repository at this point in the history
… Expected is one of ( container, component, action, actions ).

Line: 145
  • Loading branch information
Mavlyan committed Dec 28, 2023
1 parent d3ba475 commit f7b4d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions view/adminhtml/ui_component/smtp_log_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@
</settings>
</column>
<actionsColumn name="actions" class="Mygento\Smtp\Ui\Component\Listing\Column\Actions">
<settings>
<indexField>id</indexField>
</settings>
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="component" xsi:type="string">Mygento_Smtp/js/grid/columns/actions</item>
<item name="sortable" xsi:type="boolean">false</item>
<item name="sortOrder" xsi:type="number">100</item>
</item>
</argument>
<settings>
<indexField>id</indexField>
</settings>
</actionsColumn>
</columns>
</listing>

0 comments on commit f7b4d29

Please sign in to comment.