mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
fix(): fix failing build and removed panel icon from edit mode tabs
This commit is contained in:
@@ -45,7 +45,6 @@ function (angular, _, kbn) {
|
||||
};
|
||||
|
||||
this.setVariableFromUrl = function(variable, urlValue) {
|
||||
debugger;
|
||||
var option = _.findWhere(variable.options, { text: urlValue });
|
||||
option = option || { text: urlValue, value: urlValue };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user