diff --git a/frontend/src/pages/Properties/PropertyDetail.js b/frontend/src/pages/Properties/PropertyDetail.js index c7e2b47..731d7c8 100644 --- a/frontend/src/pages/Properties/PropertyDetail.js +++ b/frontend/src/pages/Properties/PropertyDetail.js @@ -142,7 +142,7 @@ function EditablePolygon({ section, onUpdate, onEdit, onDelete }) { click: () => { if (!isEditing) { setIsEditing(true); - toast.info('Edit mode: Drag points to move, right-click to add/remove points'); + toast('Edit mode enabled: Drag points to move, right-click to remove points'); } } }} @@ -155,7 +155,7 @@ function EditablePolygon({ section, onUpdate, onEdit, onDelete }) {