unknown
2023-07-06 21b0eacc4f61c753fcdd2d6fd60ec1c5a837cebd
force-app/main/default/lwc/lexInquiryFormNoStatus/lexInquiryFormNoStatus.js
@@ -23,7 +23,7 @@
        init({
            recordId: this.recordId
        }).then(result => {
            this.Status = result.Statusl;
            this.Status = result.Status;
            this.IsLoading = false;
            this.NoStatus();
            this.dispatchEvent(new CloseActionScreenEvent());