diff --git a/CHANGELOG.md b/CHANGELOG.md index 201403c03..409b667fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the label for asset profiles with `MANUAL` data source in the chart of the asset profile details dialog in the admin control panel - Improved the label for asset profiles with `MANUAL` data source in the chart of the holding detail dialog +- Removed the date range query parameter from the search for the holdings in the assistant - Improved the language localization for Chinese (`zh`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for French (`fr`) diff --git a/libs/ui/src/lib/assistant/assistant.component.ts b/libs/ui/src/lib/assistant/assistant.component.ts index 0bed65916..41641925e 100644 --- a/libs/ui/src/lib/assistant/assistant.component.ts +++ b/libs/ui/src/lib/assistant/assistant.component.ts @@ -609,8 +609,7 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit { id: aSearchTerm, type: 'SEARCH_QUERY' } - ], - range: '1d' + ] }) .pipe( catchError(() => {