diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts index 3431df85d..76f6cb9c2 100644 --- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts +++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts @@ -178,8 +178,8 @@ export class GfAssetProfileDialogComponent implements OnInit { protected readonly assetProfileIdentifierForm = this.formBuilder.group( { assetProfileIdentifier: new FormControl< - AssetProfileIdentifier | { symbol: null; dataSource: null } - >({ symbol: null, dataSource: null }, [Validators.required]) + AssetProfileIdentifier | { dataSource: null; symbol: null } + >({ dataSource: null, symbol: null }, [Validators.required]) }, { validators: (control) => {