LFFE-18 make confir img to be required in machinary and passenger boss

This commit is contained in:
2023-11-07 10:54:45 +03:30
parent 1074f2be1f
commit a0efa89304
4 changed files with 41 additions and 43 deletions

View File

@@ -18,7 +18,6 @@ const UploadSystem = ({
}) => {
const t = useTranslations();
const fileInputRef = useRef(null);
const handleClick = () => {
fileInputRef.current.click();
};