Fix missing uploadedImagePaths state declaration
All checks were successful
Build frontend / build (push) Successful in 38s
All checks were successful
Build frontend / build (push) Successful in 38s
This commit is contained in:
@ -133,6 +133,7 @@ export default function AddPropertyPage() {
|
||||
});
|
||||
|
||||
const [imagePreviews, setImagePreviews] = useState([]);
|
||||
const [uploadedImagePaths, setUploadedImagePaths] = useState([]);
|
||||
|
||||
const [selectedLocation, setSelectedLocation] = useState(null);
|
||||
const [mapCenter, setMapCenter] = useState([33.5138, 36.2765]);
|
||||
|
||||
Reference in New Issue
Block a user