geonetwork-ui 2.10.0-dev.08a12212e → 2.10.0-dev.0b57ca615

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.
@@ -20338,7 +20338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
20338
20338
  }] } });
20339
20339
 
20340
20340
  var name = "geonetwork-ui";
20341
- var version = "2.10.0-dev.08a12212e";
20341
+ var version = "2.10.0-dev.0b57ca615";
20342
20342
  var engines = {
20343
20343
  node: ">=24"
20344
20344
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geonetwork-ui",
3
- "version": "2.10.0-dev.08a12212e",
3
+ "version": "2.10.0-dev.0b57ca615",
4
4
  "engines": {
5
5
  "node": ">=24"
6
6
  },
@@ -166,8 +166,6 @@ export class NotifyReuseFormComponent implements OnDestroy {
166
166
  description: this.translate.instant('notify.reuse.link.description'),
167
167
  }
168
168
  const contact: Individual = {
169
- firstName: this.me()?.name,
170
- lastName: this.me()?.surname,
171
169
  email: this.email(),
172
170
  role: 'point_of_contact',
173
171
  organization: { name: this.me()?.organisation },