diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx index 2a93cad27..c19db4308 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx +++ b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx @@ -545,7 +545,7 @@ const SqlEditor = ({ /> )} - {scheduledQueriesConf && ( + {!isEmpty(scheduledQueriesConf) && (