Skip to content

Commit

Permalink
fix: schedule query option showing up (#23386)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <[email protected]>
  • Loading branch information
betodealmeida and michael-s-molina authored Mar 21, 2023
1 parent 226b60b commit d01cf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const SqlEditor = ({
/>
</Menu.Item>
)}
{scheduledQueriesConf && (
{!isEmpty(scheduledQueriesConf) && (
<Menu.Item>
<ScheduleQueryButton
defaultLabel={qe.name}
Expand Down

0 comments on commit d01cf43

Please sign in to comment.