|
|
@ -550,7 +550,7 @@ export class GfAssetProfileDialogComponent implements OnInit { |
|
|
) as Record<string, string>, |
|
|
) as Record<string, string>, |
|
|
locale: |
|
|
locale: |
|
|
this.assetProfileForm.controls.scraperConfiguration.controls.locale |
|
|
this.assetProfileForm.controls.scraperConfiguration.controls.locale |
|
|
?.value ?? undefined, |
|
|
?.value || undefined, |
|
|
mode: |
|
|
mode: |
|
|
this.assetProfileForm.controls.scraperConfiguration.controls.mode |
|
|
this.assetProfileForm.controls.scraperConfiguration.controls.mode |
|
|
?.value ?? undefined, |
|
|
?.value ?? undefined, |
|
|
|