fix(sql lab): SQL Lab Compile Query Delay (#20206)

This commit is contained in:
Diego Medina
2022-05-27 02:42:01 -04:00
committed by GitHub
parent 75e0fc25eb
commit 653cf773f7
9 changed files with 35 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ const NOOP = () => {};
const mockedProps = {
queries: [],
actions: {
queryEditorSetSql: NOOP,
queryEditorSetAndSaveSql: NOOP,
cloneQueryToNewTab: NOOP,
fetchQueryResults: NOOP,
clearQueryResults: NOOP,