Skip to content

Commit

Permalink
Remove Minutes from connector scheduling frequency dropdown (#142619)
Browse files Browse the repository at this point in the history
  • Loading branch information
byronhulcher authored Oct 4, 2022
1 parent 524363d commit 19734bc
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 19734bc

Please sign in to comment.