Remove annoying alert on successful lead creation

This commit is contained in:
Eli Ribble 2026-03-05 23:48:19 +00:00
parent 25cd89b8a7
commit b183308da0
No known key found for this signature in database

View file

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