19626
2023-04-07 f9d0e4f847dc2dcbdf6e1c427ea9d9fab697c987
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 => {