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