@esfaenza/core 19.2.97 → 19.2.98
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/domain/models/feeds/EntityFeedsWidgetConfiguration.d.ts +1 -1
- package/fesm2022/esfaenza-core-components.mjs +1 -1
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +2 -2
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1390,7 +1390,7 @@ class EntityFeedsWidgetComponent {
|
|
|
1390
1390
|
}
|
|
1391
1391
|
ngOnInit() {
|
|
1392
1392
|
if (this.ModuleConfig) {
|
|
1393
|
-
this.
|
|
1393
|
+
this.GetFeedsAPI = this.GetFeedsAPI ?? this.ModuleConfig.GetFeedsAPI;
|
|
1394
1394
|
// User Tags
|
|
1395
1395
|
this.AllowUserTags = this.AllowUserTags ?? this.ModuleConfig.AllowUserTags;
|
|
1396
1396
|
this.GetUserTagsAPI = this.GetUserTagsAPI ?? this.ModuleConfig.GetUserTagsAPI;
|