We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac6bb commit 153291aCopy full SHA for 153291a
lib/manager/components/DeploymentSettings.js
@@ -79,7 +79,7 @@ export default class DeploymentSettings extends Component {
79
const stateUpdate = {}
80
objectPath.set(stateUpdate,
81
`routerConfig.updaters.$${this.state.routerConfig.updaters ? 'push' : 'set'}`,
82
- [{type: '', url: '', frequencySec: '', sourceType: '', defaultAgencyId: ''}]
+ [{type: '', url: '', frequencySec: 30, sourceType: '', defaultAgencyId: ''}]
83
)
84
this.setState(update(this.state, stateUpdate))
85
}
0 commit comments