Skip to content

Commit

Permalink
fix: update action short description (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Sep 26, 2023
1 parent 7016fb9 commit 8caba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basedosdados_api/api/v1/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def reset_column_order(modeladmin, request, queryset):
table.save()


reset_table_order.short_description = "Reiniciar ordem das colunas"
reset_column_order.short_description = "Reiniciar ordem das colunas"


def update_search_index(modeladmin, request, queryset):
Expand Down

0 comments on commit 8caba6f

Please sign in to comment.