TT
twysparks
2023-04-10 d0b899c48eb14fdd6d8d5cb72a70aec785ddd4f9
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 => {