Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
fixed wrong namespace for adminhtml button
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Hornikx committed Jul 13, 2018
1 parent 8c228d0 commit 5b2bba0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<item name="delete" xsi:type="string">MaxServ\YoastSeo\Block\Adminhtml\Analysis\Template\Edit\DeleteButton</item>
<item name="reset" xsi:type="string">MaxServ\YoastSeo\Block\Adminhtml\Analysis\Template\Edit\ResetButton</item>
<item name="save" xsi:type="string">MaxServ\YoastSeo\Block\Adminhtml\Analysis\Template\Edit\SaveButton</item>
<item name="save_and_continue" xsi:type="string">MaxServ\StoreLocator\Block\Adminhtml\Location\Edit\SaveAndContinueButton</item>
<item name="save_and_continue" xsi:type="string">MaxServ\YoastSeo\Block\Adminhtml\Location\Edit\SaveAndContinueButton</item>
</item>
</argument>
<dataSource name="yoastseo_analysis_templates_form_data_source">
Expand Down

0 comments on commit 5b2bba0

Please sign in to comment.