KKbes
2023-07-19 955453de1d14e678b5b8c76fd73905effdb7cc0b
force-app/main/default/lwc/lexMeetingCosts/lexMeetingCosts.js
@@ -43,6 +43,7 @@
         userDetails({error, data}) {
            if (data) {
                this.currentUserProfileId = data.fields.ProfileId.value;
                console.log('currentUserProfileId = :' + this.currentUserProfileId);
               
            } else if (error) {
                this.error = error ;