chore(ui): make onMetaQuerySelected required

pull/5652/head
Pavel Zavora 2021-01-23 07:19:15 +01:00
parent 39dc15f810
commit 3deb6ae96d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ interface Props {
onUpdate: (text: string) => Promise<void>
config: QueryConfig
templates: Template[]
onMetaQuerySelected?: () => void
onMetaQuerySelected: () => void
}
const FIRST_TEMP_VAR = '0.tempVar'