Skip to content

Commit

Permalink
Bug-fix: users table searchable/sortable
Browse files Browse the repository at this point in the history
  • Loading branch information
heloufir committed Sep 26, 2022
1 parent 5b2e904 commit a20f7b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Http/Livewire/Administration/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ protected function getTableColumns(): array
->sortable(),

BooleanColumn::make('isAccountActivated')
->label(__('Account activated'))
->sortable()
->searchable(),
->label(__('Account activated')),

TagsColumn::make('permissions.name')
->label(__('Permissions'))
Expand Down

0 comments on commit a20f7b1

Please sign in to comment.