Skip to content

Commit 37716cd

Browse files
committed
Fixed bug introduced on PR: 16
1 parent 609de71 commit 37716cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_reporting/reporting_dimension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.label_config(label)
2626
return { label: label } unless label.is_a?(Hash)
2727

2828
{
29-
label: label[:field],
29+
label: label[:label],
3030
label_name: label[:name]
3131
}
3232
end

0 commit comments

Comments
 (0)