mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-22 02:21:30 +00:00
reseting modal on open
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
});
|
||||
|
||||
$("#import-part").click(function() {
|
||||
launchModalForm("{% url 'api-part-import' %}", {});
|
||||
launchModalForm("{% url 'api-part-import' %}?reset", {});
|
||||
});
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user