From 8d8e36ceea8ba6cb700fc28a7c8dbb4cd9b163b9 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Tue, 21 Mar 2023 11:44:14 -0700 Subject: [PATCH] Update superset-frontend/src/SqlLab/components/SqlEditor/index.jsx Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> --- superset-frontend/src/SqlLab/components/SqlEditor/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx index bd3fd33b69daf..c19db43089789 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 = ({ /> )} - {Object.keys(scheduledQueriesConf || {}).length > 0 && ( + {!isEmpty(scheduledQueriesConf) && (