chore: fix deprecated click function on DOM elements
This commit is contained in:
@@ -83,6 +83,6 @@
|
||||
});
|
||||
}
|
||||
function importToPostgres() {
|
||||
$("#inputImport").click();
|
||||
$("#inputImport").trigger('click');
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user