This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Leads Actions: | |
populateLeadsSaga = (Triggered by location change) | |
GetLeads (URL: /leads/?location=:location_id) | |
if (lead_id exists in url && lead_id in index) | |
open modal | |
else if (lead id exists in url) | |
GetLead (URL: /leads/:lead_id) |