Update the type of a parameter in OverlayControls
parent
d56623f8db
commit
4bdb60aed5
|
@ -18,7 +18,7 @@ interface Props {
|
|||
) => (event: MouseEvent<HTMLLIElement>) => void
|
||||
isSavable: boolean
|
||||
sources: SourceOption[]
|
||||
onSetQuerySource: (source: any) => void
|
||||
onSetQuerySource: (source: Source) => void
|
||||
selected: string
|
||||
queries: QueryConfig[]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue