force-app/main/default/lwc/lexSendToComPlat/lexSendToComPlat.js
@@ -38,7 +38,6 @@ }).then(result => { if (result != null) { this.Campaign = result; console.log(this.Campaign); this.SendToComPlat().then(result=>{ this.IsLoading=false; this.dispatchEvent(new CloseActionScreenEvent());