We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609de71 commit 37716cdCopy full SHA for 37716cd
lib/active_reporting/reporting_dimension.rb
@@ -26,7 +26,7 @@ def self.label_config(label)
26
return { label: label } unless label.is_a?(Hash)
27
28
{
29
- label: label[:field],
+ label: label[:label],
30
label_name: label[:name]
31
}
32
end
0 commit comments