mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
fix: schedule query option showing up (#23386)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
This commit is contained in:
@@ -545,7 +545,7 @@ const SqlEditor = ({
|
||||
/>
|
||||
</Menu.Item>
|
||||
)}
|
||||
{scheduledQueriesConf && (
|
||||
{!isEmpty(scheduledQueriesConf) && (
|
||||
<Menu.Item>
|
||||
<ScheduleQueryButton
|
||||
defaultLabel={qe.name}
|
||||
|
||||
Reference in New Issue
Block a user