mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
This commit is contained in:
parent
88e9cf0e18
commit
15cf89535e
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ interface ProjectSyncWindowsEditPanelProps {
|
|||
|
||||
export const ProjectSyncWindowsEditPanel = (props: ProjectSyncWindowsEditPanelProps) => {
|
||||
if (props.defaultParams.window === undefined) {
|
||||
const w = {} as models.SyncWindow;
|
||||
const w = {
|
||||
schedule: '* * * * *',
|
||||
} as models.SyncWindow;
|
||||
props.defaultParams.window = w;
|
||||
}
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue