fehler bei edit todo wegen SetReminderAction
This commit is contained in:
parent
f67f00a3c7
commit
96ae73025a
@ -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),
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user