@social-mail/social-mail-hosted-web 1.2.3 → 1.2.4

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.
@@ -18415,6 +18415,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
18415
18415
  return __awaiter(this, void 0, void 0, function* () {
18416
18416
  this.model = yield this.dnsZoneService.get(this.parameters.zoneID);
18417
18417
  this.sort();
18418
+ this.title = this.model.zone;
18418
18419
  this.renderer = XNode.create("div", null, XNode.create(AtomRepeater, {
18419
18420
  "data-layout": "data-grid",
18420
18421
  "data-list-selection": "default",