hello,
if you want to do it for all your product, then one solution is altering the database. on "ps_product_attribute" table there is a field "minimal_quantity", change every row value for this field to "1", just make an sql command like this, make sure it's the same table name for you
UPDATE `ps_product_attribute` SET `minimal_quantity`= 1