@social-mail/social-mail-client 1.11.21 → 1.11.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.11.21",
3
+ "version": "1.11.23",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -44,7 +44,7 @@ export default class EditDomainPage extends ContentPage {
44
44
  const domainID = this.parameters.domainID ?? this.parameters.model.domainID;
45
45
 
46
46
  this.model = domainID
47
- ? await this.domainService.get(this.parameters.domainID)
47
+ ? await this.domainService.get(domainID)
48
48
  : HostedDomain.create({
49
49
  enableReceive: true,
50
50
  enableSend: true,
@@ -174,7 +174,7 @@ export default class EditDomainPage extends ContentPage {
174
174
  </div>;
175
175
  }
176
176
 
177
- @Action({ onEvent: "save-domain", close: true})
177
+ @Action({ onEvent: "save-domain", close: true, success: "Saved successfully"})
178
178
  async saveDomain() {
179
179
  await this.domainService.save(this.model);
180
180
  // merge