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 11, 2022
1 parent dad660f commit 7689330
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 7689330

Please sign in to comment.