async onQueryTypeChange()

in src/VariableQueryEditor.tsx [61:67]


    async onQueryTypeChange(queryType: string) {
        const state: any = {
            selectedQueryType: queryType,
        };

        this.setState(state);
    }