Tons of minor fixes from cloud sync
This commit is contained in:
@@ -87,6 +87,10 @@ const Admin2 = (props) => {
|
||||
leads.push("distribution partner");
|
||||
}
|
||||
|
||||
if (responseJson.lead_info.channel_partner) {
|
||||
leads.push("channel partner");
|
||||
}
|
||||
|
||||
if (responseJson.lead_info.service_partner) {
|
||||
leads.push("service partner");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user