This commit is contained in:
Alexander Gabriel 2026-06-02 18:07:25 +00:00
parent ed2d4c6183
commit b59bea841a
2 changed files with 1 additions and 4 deletions

View File

@ -8,14 +8,11 @@ use Filament\Forms\Components\DatePicker;
use Filament\Forms\Components\Hidden;
use Filament\Forms\Components\MorphToSelect;
use Filament\Forms\Components\RichEditor;
use Filament\Forms\Components\RichEditor\RichEditorTool;
use Filament\Forms\Components\Select;
use Filament\Forms\Components\TextInput;
use Filament\Forms\Components\Textarea;
use Filament\Forms\Components\Toggle;
use Filament\Schemas\Components\Section;
use Filament\Schemas\Schema;
use Random\Engine\Secure;
class TodoForm
{

View File

@ -28,7 +28,7 @@ class TodosTable
TextColumn::make('user.name')
->searchable(),
TextColumn::make('todoable.name')
->label('Zugewiesen')
->label('Zugewiesen')
->searchable(),
TextColumn::make('due_date')
->date()