Skip to content

Commit

Permalink
feat(blocks): fix value in the block InputSubmit #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed May 26, 2021
1 parent 5fa0f92 commit 81be3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/blocks/InputSubmit/block.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<input
type="{% block type %}submit{% endblock %}"
{{ include(template_from_string(attr.id(block.properties.id))) }}
{{ include(template_from_string(attr.value(block.properties.value))) }}
value="{{ include(template_from_string(block.properties.value)) }}"
{{ include(template_from_string(attr.class(['btn', btnType, btnSizes[block.properties.size], block.properties.class]))) }}
{{ include(template_from_string(attr.data(block.properties.data))) }}
{{ include(template_from_string(attr.style(block.properties.style))) }}
Expand Down

0 comments on commit 81be3f4

Please sign in to comment.