|
|
@ -151,7 +151,7 @@ export class GfImportActivitiesDialogComponent { |
|
|
.pipe(takeUntilDestroyed(this.destroyRef)) |
|
|
.pipe(takeUntilDestroyed(this.destroyRef)) |
|
|
.subscribe(({ holdings }) => { |
|
|
.subscribe(({ holdings }) => { |
|
|
this.holdings = sortBy(holdings, ({ assetProfile }) => { |
|
|
this.holdings = sortBy(holdings, ({ assetProfile }) => { |
|
|
return assetProfile.name.toLowerCase(); |
|
|
return assetProfile.name?.toLowerCase(); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
this.assetProfileForm.controls.assetProfileIdentifier.enable(); |
|
|
this.assetProfileForm.controls.assetProfileIdentifier.enable(); |
|
|
|