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 2, 2024
1 parent f44bfc3 commit 662edd5
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 662edd5

Please sign in to comment.