parent
8750264807
commit
a306d08909
|
@ -25,7 +25,6 @@ import {ResourceIDs} from 'src/alerting/reducers/checks'
|
||||||
import GetResources, {ResourceType} from 'src/shared/components/GetResources'
|
import GetResources, {ResourceType} from 'src/shared/components/GetResources'
|
||||||
import {AppState, Check, TimeZone} from 'src/types'
|
import {AppState, Check, TimeZone} from 'src/types'
|
||||||
|
|
||||||
|
|
||||||
interface OwnProps {
|
interface OwnProps {
|
||||||
params: {orgID: string; checkID: string}
|
params: {orgID: string; checkID: string}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,6 @@ import {checkResultsLength} from 'src/shared/utils/vis'
|
||||||
import {getTimeRangeVars} from 'src/variables/utils/getTimeRangeVars'
|
import {getTimeRangeVars} from 'src/variables/utils/getTimeRangeVars'
|
||||||
import {TimeRange} from 'src/types'
|
import {TimeRange} from 'src/types'
|
||||||
|
|
||||||
|
|
||||||
export const ResourceIDsContext = createContext<ResourceIDs>(null)
|
export const ResourceIDsContext = createContext<ResourceIDs>(null)
|
||||||
|
|
||||||
interface OwnProps {
|
interface OwnProps {
|
||||||
|
|
Loading…
Reference in New Issue