Fix type errors (tests are failed)

This commit is contained in:
Alexander Zobnin
2022-02-15 18:08:13 +03:00
parent 995249a0b2
commit 709e3ff65a
6 changed files with 24 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ const openInExplore = (problem: ProblemDTO, panelId: number, range: TimeRange) =
};
}
const state: ExploreUrlState = {
const state: ExploreUrlState | any = {
datasource: problem.datasource,
context: 'explore',
originPanelId: panelId,