add delete value in handleDeleteImage
This commit is contained in:
@@ -29,6 +29,9 @@ const UploadSystem = ({
|
||||
setselectedImage(null);
|
||||
setFieldValue(fieldname, null);
|
||||
setShowAddIcon(true);
|
||||
if (fileInputRef.current) {
|
||||
fileInputRef.current.value = "";
|
||||
}
|
||||
};
|
||||
|
||||
const isDocumentFormat = (fileType) => {
|
||||
|
||||
Reference in New Issue
Block a user