Fix bug with import/export dialog triggering incorrectly
This commit is contained in:
parent
c703336955
commit
08875d4f53
|
@ -103,7 +103,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" id="btnImport" class="btn btn-primary">Import</button>
|
||||
<button type="button" id="btnImportDialog" class="btn btn-primary">Import</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue