Compare commits
2 Commits
be14250a08
...
9e1f8f517b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e1f8f517b | |||
| 700b446463 |
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user