fix(ui): repair typescript definitions
parent
5d7679a442
commit
405f5db2df
|
@ -47,6 +47,7 @@ import {
|
|||
RemoteDataState,
|
||||
QueryUpdateState,
|
||||
QueryType,
|
||||
Status,
|
||||
} from 'src/types'
|
||||
import {
|
||||
TableOptions,
|
||||
|
@ -84,7 +85,7 @@ interface OwnProps {
|
|||
manualRefresh: number
|
||||
resizerTopHeight: number
|
||||
onZoom: () => void
|
||||
editQueryStatus: () => void
|
||||
editQueryStatus?: (queryID: string, status: Status) => void
|
||||
onSetResolution: () => void
|
||||
grabDataForDownload?: GrabDataForDownloadHandler
|
||||
grabFluxData?: (data: string) => void
|
||||
|
|
|
@ -93,8 +93,6 @@ const TimeMachineVisualization: FunctionComponent<Props> = props => {
|
|||
fieldOptions={props.fieldOptions}
|
||||
timeFormat={props.timeFormat}
|
||||
decimalPlaces={props.decimalPlaces}
|
||||
gaugeColors={props.gaugeColors}
|
||||
lineColors={props.lineColors}
|
||||
cellNote={props.note}
|
||||
cellNoteVisibility={props.noteVisibility}
|
||||
onUpdateFieldOptions={props.onUpdateFieldOptions}
|
||||
|
|
Loading…
Reference in New Issue