Skip to content

Commit dfb5fd3

Browse files
authored
fix: user search list on stats (#2211)
1 parent 5aae9b6 commit dfb5fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_appbuilder/security/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class UserStatsChartView(DirectByChartView):
419419
"fail_login_count": lazy_gettext("Failed login count"),
420420
}
421421

422-
search_exclude_columns = UserModelView.search_exclude_columns
422+
search_columns = UserModelView.search_columns
423423

424424
definitions = [
425425
{"label": "Login Count", "group": "username", "series": ["login_count"]},

0 commit comments

Comments
 (0)