Action::make('Date')
->action(function ($data) {
$this->redirect(route('filament.pages.time-recorder',['date' => $data['date_select']]));
})
->form([
Forms\Components\DatePicker::make('date_select')
->maxWidth('md')
->default($this->currentDay),
])
->modalWidth('md'),
Action::make('Date')
->action(function ($data) {
$this->redirect(route('filament.pages.time-recorder',['date' => $data['date_select']]));
})
->form([
Forms\Components\DatePicker::make('date_select')
->maxWidth('md')
->default($this->currentDay),
])
->modalWidth('md'),