diff --git a/app/dashboards/user_dashboard.rb b/app/dashboards/user_dashboard.rb index 2a3762f86..d4a00734f 100644 --- a/app/dashboards/user_dashboard.rb +++ b/app/dashboards/user_dashboard.rb @@ -8,7 +8,7 @@ class UserDashboard < Administrate::BaseDashboard # which determines how the attribute is displayed # on pages throughout the dashboard. ATTRIBUTE_TYPES = { - id: Field::Number, + id: Field::Number.with_options(searchable: true), email: Field::String, confirmed?: Field::Boolean, created_at: Field::DateTime,