fehler bei edit todo wegen SetReminderAction

This commit is contained in:
Alexander Gabriel 2026-07-03 20:15:57 +00:00
parent f67f00a3c7
commit 96ae73025a

View File

@ -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),
];
}