zz
2023-04-07 c10beb27172238f32c42e64dda4f78f5454ea4a6
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 => {