Edit register
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user