I made an app where one uploads a csv and then on a click there would be a bulk insert into the database. But the query gets triggered on load although I have disabled this under "Advanced" tab and thus resulting in empty csv being uploaded to my database.
How do I fix this / why does this happen?