FIX: disables dates filtering on most_disagreed_flags report (#6556)
This commit is contained in:
parent
5cd055fd30
commit
8067f8a32c
|
@ -1175,6 +1175,8 @@ class Report
|
|||
|
||||
report.modes = [:table]
|
||||
|
||||
report.dates_filtering = false
|
||||
|
||||
report.labels = [
|
||||
{
|
||||
type: :user,
|
||||
|
|
Loading…
Reference in New Issue