|
|
@ -65,7 +65,7 @@ export class GfAssistantListItemComponent |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
this.routerLink = |
|
|
this.routerLink = |
|
|
internalRoutes.adminControl.subRoutes.marketData.routerLink; |
|
|
internalRoutes.adminControl.subRoutes?.marketData.routerLink ?? []; |
|
|
} else if (this.item?.mode === SearchMode.HOLDING) { |
|
|
} else if (this.item?.mode === SearchMode.HOLDING) { |
|
|
this.queryParams = { |
|
|
this.queryParams = { |
|
|
dataSource: this.item.dataSource, |
|
|
dataSource: this.item.dataSource, |
|
|
|