KKbes
2023-08-07 492f744d9d84289e27b2ddac9a9b4a2137fd11d6
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());