Remove hints

This commit is contained in:
notCharles 2024-05-17 19:59:41 -04:00
parent cca723d21e
commit d0997dca1a

View File

@ -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),