Update the type of a parameter in OverlayControls

pull/3352/head
Iris Scholten 2018-05-02 13:42:22 -07:00
parent d56623f8db
commit 4bdb60aed5
1 changed files with 1 additions and 1 deletions

View File

@ -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[]
}