Commit 4e1e8ce56b0d0f28d222eb662839b9a5ce6eeeac
1 parent
3e67dc1c
Added widget toastTargetId to the widgetContext
Showing
2 changed files
with
2 additions
and
0 deletions
... | ... | @@ -279,6 +279,7 @@ export class WidgetComponent extends PageComponent implements OnInit, AfterViewI |
279 | 279 | this.widgetContext.servicesMap = ServicesMap; |
280 | 280 | this.widgetContext.isEdit = this.isEdit; |
281 | 281 | this.widgetContext.isMobile = this.isMobile; |
282 | + this.widgetContext.toastTargetId = this.toastTargetId; | |
282 | 283 | |
283 | 284 | this.widgetContext.subscriptionApi = { |
284 | 285 | createSubscription: this.createSubscription.bind(this), | ... | ... |