Added file extesions for documents IO-525
This commit is contained in:
@@ -47,9 +47,9 @@ export default function JobsDocumentsDeleteButton({
|
||||
|
||||
cleanAxios
|
||||
.post(
|
||||
`${process.env.REACT_APP_CLOUDINARY_ENDPOINT}/${DetermineFileType(
|
||||
image.type
|
||||
)}/destroy`,
|
||||
`${
|
||||
process.env.REACT_APP_CLOUDINARY_ENDPOINT_API
|
||||
}/${DetermineFileType(image.type)}/destroy`,
|
||||
formData,
|
||||
options
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user