From b183308da0beb2f8e87ba2f108b259dc5091cb7e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 5 Mar 2026 23:48:19 +0000 Subject: [PATCH] Remove annoying alert on successful lead creation --- html/template/sync/planning-root.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/template/sync/planning-root.html b/html/template/sync/planning-root.html index 2540e5bf..b0fc672f 100644 --- a/html/template/sync/planning-root.html +++ b/html/template/sync/planning-root.html @@ -218,9 +218,6 @@ // Refresh signals to update their status await this.loadSignals(); - - // Show success message - alert(`Lead created successfully! ID: ${newLead.id}`); } catch (err) { console.error("Error creating lead:", err); alert(`Failed to create lead: ${err.message}`);