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.
This commit is contained in:
@@ -138,7 +138,7 @@ const template = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
coreModule.directive('graphThresholdForm', function() {
|
||||
coreModule.directive('graphThresholdForm', () => {
|
||||
return {
|
||||
restrict: 'E',
|
||||
template: template,
|
||||
|
||||
Reference in New Issue
Block a user