mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
fix(sql lab): SQL Lab Compile Query Delay (#20206)
This commit is contained in:
@@ -24,7 +24,7 @@ const NOOP = () => {};
|
||||
const mockedProps = {
|
||||
queries: [],
|
||||
actions: {
|
||||
queryEditorSetSql: NOOP,
|
||||
queryEditorSetAndSaveSql: NOOP,
|
||||
cloneQueryToNewTab: NOOP,
|
||||
fetchQueryResults: NOOP,
|
||||
clearQueryResults: NOOP,
|
||||
|
||||
Reference in New Issue
Block a user