Edit register

This commit is contained in:
Rahaf
2026-04-01 02:18:03 +03:00
parent eec7a9a75d
commit 700b446463

View File

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