Skip to content

Commit

Permalink
DashboardStatsCriteriaAdmin: fix fields
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 1, 2024
1 parent 42f7344 commit 1f8edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_tools_stats/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DashboardStatsCriteriaAdmin(admin.ModelAdmin):
list_display = (
"id",
"criteria_name",
"criteria_name",
"criteria_fix_mapping",
"dynamic_criteria_field_name",
"criteria_dynamic_mapping_preview",
)
Expand Down

0 comments on commit 1f8edcb

Please sign in to comment.