Skip to content

Commit

Permalink
Remove Minutes from connector scheduling frequency dropdown (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
byronhulcher authored and WafaaNasr committed Oct 14, 2022
1 parent a4c3115 commit 09e43f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export const ConnectorSchedulingComponent: React.FC = () => {
setScheduling({ ...scheduling, interval: expression });
setHasChanges(true);
}}
frequencyBlockList={['MINUTE']}
/>
</EuiFlexItem>
<EuiFlexItem>
Expand Down

0 comments on commit 09e43f2

Please sign in to comment.