Add timeout to defaults

This commit is contained in:
Alexander Zobnin
2020-11-10 16:41:13 +03:00
parent 82819b20aa
commit c7d3d54a15

View File

@@ -34,6 +34,7 @@ export const ConfigEditor = (props: Props) => {
trendsFrom: '', trendsFrom: '',
trendsRange: '', trendsRange: '',
cacheTTL: '', cacheTTL: '',
timeout: '',
...restJsonData, ...restJsonData,
}, },
}); });