@eqproject/eqp-dynamic-module 2.6.36 → 2.6.37
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/esm2020/lib/components/private/trigger-creator/trigger-creator.component.mjs +1 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +0 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +0 -2
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10802,8 +10802,6 @@ class TriggerCreatorComponent {
|
|
|
10802
10802
|
this.trigger.execution = this.selectedFormula.key;
|
|
10803
10803
|
});
|
|
10804
10804
|
this.isSaving = true;
|
|
10805
|
-
console.log("TRIGGER TO SAVE", this.trigger);
|
|
10806
|
-
return;
|
|
10807
10805
|
this.onSaveRecord.emit(this.trigger);
|
|
10808
10806
|
}
|
|
10809
10807
|
}
|