mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove Minutes from connector scheduling frequency dropdown (#142619)
This commit is contained in:
parent
524363d9ff
commit
19734bc35e
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ export const ConnectorSchedulingComponent: React.FC = () => {
|
|||
setScheduling({ ...scheduling, interval: expression });
|
||||
setHasChanges(true);
|
||||
}}
|
||||
frequencyBlockList={['MINUTE']}
|
||||
/>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue