2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

reseting modal on open

This commit is contained in:
2021-06-06 15:25:56 +02:00
parent daf3d06cf0
commit 35451248c2
2 changed files with 5 additions and 1 deletions

View File

@ -138,7 +138,7 @@
});
$("#import-part").click(function() {
launchModalForm("{% url 'api-part-import' %}", {});
launchModalForm("{% url 'api-part-import' %}?reset", {});
});
{% endblock %}