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