🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-20 19:55:27 +01:00
parent eb55c3ab68
commit 1e84468d49
11 changed files with 168 additions and 13 deletions
@@ -81,6 +81,9 @@ class HousekeepingPermissionResource extends Resource
->searchable()
->tooltip(function (TextColumn $column): ?string {
$state = $column->getState();
if (! is_string($state)) {
return null;
}
if (strlen($state) <= $column->getCharacterLimit()) {
return null;