Fix missing mapZoom state variable in add property page
All checks were successful
Build frontend / build (push) Successful in 37s
All checks were successful
Build frontend / build (push) Successful in 37s
This commit is contained in:
@ -124,6 +124,7 @@ export default function AddPropertyPage() {
|
||||
|
||||
const [selectedLocation, setSelectedLocation] = useState(null);
|
||||
const [mapCenter, setMapCenter] = useState([33.5138, 36.2765]);
|
||||
const [mapZoom, setMapZoom] = useState(13);
|
||||
const [searchQuery, setSearchQuery] = useState('');
|
||||
const [mapLoaded, setMapLoaded] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user