From 8b9a47c58988156ba558055b5a5f86cabf4f2887 Mon Sep 17 00:00:00 2001 From: Jake Kasper Date: Thu, 21 Aug 2025 17:56:41 -0400 Subject: [PATCH] toast issues --- frontend/src/pages/Properties/PropertyDetail.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }) {