Fix modal freezing fix

This commit is contained in:
George Drummond
2019-05-29 11:05:44 -04:00
parent 4e0cc26b5f
commit b9c0f13228
5 changed files with 25 additions and 26 deletions

View File

@@ -82,13 +82,9 @@
</a>
{% endif %}
{% if user_can(permissions.DELETE_APPLICATION_MEMBER) %}
<button
type="button"
class='usa-button button-danger'
v-on:click="openModal('{{ delete_modal_id }}')"
>
<a class="usa-button button-danger" v-on:click="openModal('{{ delete_modal_id }}')">
{{ "portfolios.applications.remove_member.button" | translate }}
</button>
</a>
{% endif %}
</div>
{% endcall %}