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.
1 parent 5b2e904 commit a20f7b1Copy full SHA for a20f7b1
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