Add in correct modal close call

This commit is contained in:
George Drummond 2019-03-29 14:14:21 -04:00
parent 6f1eb43de4
commit 6d7400b7d2
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -76,7 +76,7 @@
{{ "portfolios.members.archive_button" | translate }}
</button>
</form>
<a v-on:click="closeModal('d')">Cancel</a>
<a v-on:click="closeModal('{{ modal_id }}')">Cancel</a>
</div>
{% endcall %}
{% endfor %}