mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Changed functions to arrow functions for only-arrow-functions rule. (#13131)
This commit is contained in:
committed by
Torkel Ödegaard
parent
7c88436a9b
commit
72ab24f300
@@ -128,7 +128,7 @@ export class ChangeTracker {
|
||||
});
|
||||
|
||||
// ignore template variable values
|
||||
_.each(dash.templating.list, function(value) {
|
||||
_.each(dash.templating.list, value => {
|
||||
value.current = null;
|
||||
value.options = null;
|
||||
value.filters = null;
|
||||
|
||||
Reference in New Issue
Block a user