Browse Source

Remove date range

pull/5170/head
Thomas Kaul 1 month ago
parent
commit
5ea8a67ad6
  1. 3
      libs/ui/src/lib/assistant/assistant.component.ts

3
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(() => {

Loading…
Cancel
Save