force-app/main/default/lwc/lexCancel/lexCancel.js
@@ -34,10 +34,10 @@ }).then(result => { console.log(result); if (result != null) { this.IsLoading = false; this.status = result.status; console.log(this.status); this.cancel(); this.IsLoading = false; } }).catch(error => {