Compare commits

..

2 Commits

Author SHA1 Message Date
9e1f8f517b Merge branch 'main' of http://45.93.137.91:3000/Rahaf/SweetHome
All checks were successful
Build frontend / build (push) Successful in 59s
2026-04-01 02:18:08 +03:00
700b446463 Edit register 2026-04-01 02:18:03 +03:00

View File

@ -666,7 +666,7 @@ export default function OwnerRegisterPage() {
const fileInputBackRef = useRef(null); const fileInputBackRef = useRef(null);
const fileInputLicenseRef = useRef(null); const fileInputLicenseRef = useRef(null);
const isCompany = formData.ownerType === OwnerType.COMPANY; const isCompany = formData.ownerType === OwnerType.REAL_ESTATE_AGENCY;
const handleImageUpload = (side, file) => { const handleImageUpload = (side, file) => {
if (!file) return; if (!file) return;