We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e46d7d5 + a20f7b1 commit 81ce1cdCopy full SHA for 81ce1cd
app/Http/Livewire/Administration/Users.php
@@ -67,9 +67,7 @@ protected function getTableColumns(): array
67
->sortable(),
68
69
BooleanColumn::make('isAccountActivated')
70
- ->label(__('Account activated'))
71
- ->sortable()
72
- ->searchable(),
+ ->label(__('Account activated')),
73
74
TagsColumn::make('permissions.name')
75
->label(__('Permissions'))
0 commit comments