Specify type of button in modal to prevent unintended submissions

This commit is contained in:
Patrick Smith 2018-08-23 16:00:48 -04:00
parent 180cedf6db
commit f599abb5dd

View File

@ -8,7 +8,7 @@
{{ caller() }} {{ caller() }}
{% if dismissable %} {% if dismissable %}
<button class='icon-link modal__dismiss' v-on:click='closeModal("{{name}}")'> <button type='button' class='icon-link modal__dismiss' v-on:click='closeModal("{{name}}")'>
{{ Icon('x') }} {{ Icon('x') }}
<span>Close</span> <span>Close</span>
</button> </button>