Skip to content

Commit

Permalink
fix: schedule query option showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Mar 20, 2023
1 parent b0d83e8 commit e319da1
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 && (
{Object.keys(scheduledQueriesConf).length > 0 && (
<Menu.Item>
<ScheduleQueryButton
defaultLabel={qe.name}
Expand Down

0 comments on commit e319da1

Please sign in to comment.