|
@ -304,8 +304,8 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit { |
|
|
this.searchResults = searchResults; |
|
|
this.searchResults = searchResults; |
|
|
this.changeDetectorRef.markForCheck(); |
|
|
this.changeDetectorRef.markForCheck(); |
|
|
}, |
|
|
}, |
|
|
error: (err) => { |
|
|
error: (error) => { |
|
|
console.error('Assistant search stream error:', err); |
|
|
console.error('Assistant search stream error:', error); |
|
|
this.searchResults = { |
|
|
this.searchResults = { |
|
|
assetProfiles: [], |
|
|
assetProfiles: [], |
|
|
holdings: [], |
|
|
holdings: [], |
|
|