Nicky Rush
Results
1
comments of
Nicky Rush
Here is how I solved this issue: ``` images_upload_handler: () => { return new Promise((resolve, reject) => { reject({ message: 'Please use file uploader', remove: true, }) }) }, ```...