Skip to content

Commit

Permalink
fix: 🐛 Users table searching
Browse files Browse the repository at this point in the history
  • Loading branch information
IceToast committed Mar 18, 2023
1 parent fc575a9 commit 44dee39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/default/views/admin/users/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,12 @@ function submitResult() {
name: 'users.credits'
},
{
data: 'servers_count'
data: 'servers_count',
searchable: false
},
{
data: 'referrals_count',
searchable: false
},
{
data: 'verified',
Expand Down

0 comments on commit 44dee39

Please sign in to comment.