[ad_1]
does anyone know how to make this work? I would need to remove a certain image from prop (files) https://stackoverflow.com/q/72438999 from the input file, but for the others to stay.
const removeCurrentImg = (id) =>{
$('#admin_product_images_file').prop('files')https://stackoverflow.com/q/72438999.reset();
}
[ad_2]