From ed3abe825014189fccabcd19508453e2210b4309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 28 Apr 2016 12:13:21 +0200 Subject: [PATCH] fix(): removed setting refId, handled by parent component --- src/datasource-zabbix/query.controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/datasource-zabbix/query.controller.js b/src/datasource-zabbix/query.controller.js index bd35da3..5b609dc 100644 --- a/src/datasource-zabbix/query.controller.js +++ b/src/datasource-zabbix/query.controller.js @@ -60,7 +60,6 @@ export class ZabbixQueryController extends QueryCtrl { application: { filter: "" }, item: { filter: "" }, functions: [], - refId: "A" }; _.defaults(target, targetDefaults);