Tables\Actions\Action::make('detail')
->form([
TextInput::make('title'), // if I remove this, modal cannot open and I cannot render infolist data here
])
->slideOver(),
Tables\Actions\Action::make('detail')
->form([
TextInput::make('title'), // if I remove this, modal cannot open and I cannot render infolist data here
])
->slideOver(),