sf-i-events 1.0.486 → 1.0.487
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 +1 -1
- package/sf-i-events.js +3 -3
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +3 -3
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -3861,11 +3861,11 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
3861
3861
|
this.hideTabContainers();
|
|
3862
3862
|
this._SfOnboardingTriggersContainer.style.display = 'flex';
|
|
3863
3863
|
// const triggersJobs = await this.fetchInternalControlsJobs();
|
|
3864
|
-
const
|
|
3864
|
+
const mappedSerializedAlertSchedules = await this.fetchMappedSerializedAlertSchedules();
|
|
3865
3865
|
const mappedTriggers = await this.fetchMappedTriggers();
|
|
3866
|
-
console.log('
|
|
3866
|
+
console.log('mappedSerializedAlertSchedules', mappedSerializedAlertSchedules);
|
|
3867
3867
|
console.log('mappedTriggers', mappedTriggers);
|
|
3868
|
-
this.renderOnboardingTriggers(mappedTriggers,
|
|
3868
|
+
this.renderOnboardingTriggers(mappedTriggers, mappedSerializedAlertSchedules, null);
|
|
3869
3869
|
};
|
|
3870
3870
|
this.loadOnboardingInternalControls = async () => {
|
|
3871
3871
|
this.hideTabContainers();
|