Skip to content

Commit

Permalink
Fixed bug introduced on PR: 16
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutgon committed Oct 15, 2018
1 parent 5a4dff6 commit d43f34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_reporting/reporting_dimension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def self.label_config(label)
return { label: label } unless label.is_a?(Hash)

{
label: label[:field],
label: label[:label],
label_name: label[:name]
}
end
Expand Down

0 comments on commit d43f34f

Please sign in to comment.