From 96ae73025abac754c794238b4a2f4e8d8bb52d34 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Fri, 3 Jul 2026 20:15:57 +0000 Subject: [PATCH] fehler bei edit todo wegen SetReminderAction --- app/Filament/Resources/Todos/Pages/EditTodo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/Todos/Pages/EditTodo.php b/app/Filament/Resources/Todos/Pages/EditTodo.php index 54bbc3e..b2403c5 100644 --- a/app/Filament/Resources/Todos/Pages/EditTodo.php +++ b/app/Filament/Resources/Todos/Pages/EditTodo.php @@ -19,7 +19,7 @@ class EditTodo extends EditRecord return [ DoneTodoAction::make('done'), ReopenTodoAction::make('reopen'), - SetReminderAction::make([]), + SetReminderAction::make([])->record(fn () => $this->getRecord()), DeleteAction::make()->iconButton()->icon(Heroicon::Trash), ]; }