This commit is contained in:
Jake Kasper
2025-09-02 12:20:07 -05:00
parent e7b609af2b
commit 45a9743775
2 changed files with 27 additions and 2 deletions

View File

@@ -222,6 +222,7 @@ const MowingPlanModal = ({ onClose, onCreated }) => {
{propertyId ? (
<PropertyMap
center={mapCenter}
zoom={16}
property={selectedPropertyDetails}
sections={selectedPropertyDetails?.sections || []}
selectedSections={lawnSectionIds.map(Number)}