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}`);