Skip to content

Commit 835434a

Browse files
authored
Fixed error Magefan\Blog\Block\Adminhtml\Category\SaveAndContinueButton not found
1 parent 75e8f03 commit 835434a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

view/adminhtml/ui_component/blog_category_form.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
<item name="reset" xsi:type="string">Magefan\Community\Block\Adminhtml\Edit\ResetButton</item>
2727
<item name="duplicate" xsi:type="string">Magefan\Blog\Block\Adminhtml\Category\DuplicateButton</item>
2828
<item name="save" xsi:type="string">Magefan\Blog\Block\Adminhtml\Category\SaveButton</item>
29-
<item name="save_and_continue" xsi:type="string">
30-
Magefan\Blog\Block\Adminhtml\Category\SaveAndContinueButton
31-
</item>
29+
<item name="save_and_continue" xsi:type="string">Magefan\Blog\Block\Adminhtml\Category\SaveAndContinueButton</item>
3230
</item>
3331
</argument>
3432
<dataSource name="category_form_data_source">

0 commit comments

Comments
 (0)