mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 06:54:46 +02:00
Remove hints
This commit is contained in:
parent
cca723d21e
commit
d0997dca1a
@ -108,9 +108,6 @@ class ListUsers extends ListRecords
|
||||
false => 'primary',
|
||||
true => 'danger',
|
||||
])
|
||||
->hint(fn (User $user) => $user->isLastRootAdmin() ? 'This is the last root administrator!' : '')
|
||||
->helperText(fn (User $user) => $user->isLastRootAdmin() ? 'You must have at least one root administrator in your system.' : '')
|
||||
->hintColor('warning')
|
||||
->inline()
|
||||
->required()
|
||||
->default(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user