KKbes
2023-07-26 f955cf98e4f978a720b02e3b225da61cbee7af7a
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 ;