Skip to content
Snippets Groups Projects
Commit 42ee7cc8 authored by RomanKis's avatar RomanKis
Browse files

magento/magento2#8114: "Save Block"-button on Add New Block silently ignores...

magento/magento2#8114: "Save Block"-button on Add New Block silently ignores clicks if the content is empty.
parent 4456872b
Branches
No related merge requests found
...@@ -19,6 +19,7 @@ define([ ...@@ -19,6 +19,7 @@ define([
showSpinner: false, showSpinner: false,
loading: false, loading: false,
visible: true, visible: true,
error: false,
template: 'ui/content/content', template: 'ui/content/content',
additionalClasses: {} additionalClasses: {}
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment