Remove annoying alert on successful lead creation
This commit is contained in:
parent
25cd89b8a7
commit
b183308da0
1 changed files with 0 additions and 3 deletions
|
|
@ -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}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue