I have changed existing prompt box of delete action. As we want user input for remove_files argument, which is not possible in previous delete prompt box, new checkbox is added on pop-up box so that If user wants to remove files they can click the checkbox, then {remove_files: true} will be sent from UI to API body else false will be sent. Added HTML code for new prompt and appropriate function calls.
I have changed existing prompt box of delete action. As we want user input for remove_files argument, which is not possible in previous delete prompt box, new checkbox is added on pop-up box so that If user wants to remove files they can click the checkbox, then {remove_files: true} will be sent from UI to API body else false will be sent. Added HTML code for new prompt and appropriate function calls.