sf-i-events 1.0.71 → 1.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.71",
4
+ "version": "1.0.72",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -2998,7 +2998,7 @@ let SfIEvents = class SfIEvents extends LitElement {
2998
2998
  this.prepopulateMapping(this.mappings);
2999
2999
  console.log('mappings2', 'fetcheventmap', this.mappedValuesUsers);
3000
3000
  this.applyFilter();
3001
- if (jsonRespose.data.mappings != null) {
3001
+ if (jsonRespose.data.mappings != null && this.myRole != this.TAB_APPROVER) {
3002
3002
  this._SfButtonBackCalendarMapping.style.visibility = 'visible';
3003
3003
  }
3004
3004
  else {