@messaia/cdk 13.0.0 → 13.0.1

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.
@@ -2532,7 +2532,7 @@ class GenericFormBaseComponent extends BaseComponent {
2532
2532
  /* Send the data to the server */
2533
2533
  this.create().subscribe({
2534
2534
  next: (response) => {
2535
- this.id = response.id;
2535
+ this.id = response?.id;
2536
2536
  this.onAfterSubmit(action, response);
2537
2537
  if (form) {
2538
2538
  Object.keys(form.controls).forEach(key => {