ngx-rs-ant 1.5.1 → 1.5.2

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.
@@ -2865,7 +2865,7 @@ class DataDetailComponent {
2865
2865
  ngOnInit() {
2866
2866
  this.loading = true;
2867
2867
  this.service.getSectionList(this.tenant, this.className, this.oid).subscribe(response => {
2868
- window.coast.tabManager.add.next({
2868
+ window.coast.tabManager.setTitle.next({
2869
2869
  id: 'detail:' + this.tenant + '_' + this.className + '_' + this.oid,
2870
2870
  title: response.data.title
2871
2871
  });