mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-31 10:44:45 +02:00
Remove hints
This commit is contained in:
parent
cca723d21e
commit
d0997dca1a
@ -108,9 +108,6 @@ class ListUsers extends ListRecords
|
|||||||
false => 'primary',
|
false => 'primary',
|
||||||
true => 'danger',
|
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()
|
->inline()
|
||||||
->required()
|
->required()
|
||||||
->default(false),
|
->default(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user