From c7d3d54a15ea0d8832598fc944a13c5ba48e864a Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 10 Nov 2020 16:41:13 +0300 Subject: [PATCH] Add timeout to defaults --- src/datasource-zabbix/components/ConfigEditor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datasource-zabbix/components/ConfigEditor.tsx b/src/datasource-zabbix/components/ConfigEditor.tsx index 9e47d50..4fe3d19 100644 --- a/src/datasource-zabbix/components/ConfigEditor.tsx +++ b/src/datasource-zabbix/components/ConfigEditor.tsx @@ -34,6 +34,7 @@ export const ConfigEditor = (props: Props) => { trendsFrom: '', trendsRange: '', cacheTTL: '', + timeout: '', ...restJsonData, }, });