Skip to content
Snippets Groups Projects
Commit 1a3c281f authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov Committed by GitHub
Browse files

MAGETWO-86025: magento/magento2#8114: "Save Block"-button on Add New Block...

MAGETWO-86025: magento/magento2#8114: "Save Block"-button on Add New Block silently ignores clicks if the content is empty. #1032
parents 082a7814 0ffd97ed
Branches
No related merge requests found
......@@ -19,6 +19,7 @@ define([
showSpinner: false,
loading: false,
visible: true,
error: false,
template: 'ui/content/content',
additionalClasses: {}
},
......
......@@ -17,3 +17,5 @@
<span repeat="8"/>
</div>
</div>
<label class="admin__field-error" if="error" attr="for: uid" text="error"/>
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