You've already forked Atomcms-edit
Fix radio Filament: recordActions->actions, toolbarActions->headerActions, EmbedCode statePath
This commit is contained in:
@@ -76,7 +76,7 @@ class RadioSongPlayResource extends Resource
|
||||
->options(fn () => RadioSongPlay::distinct()->whereNotNull('artist')->pluck('artist', 'artist')->toArray())
|
||||
->searchable(),
|
||||
])
|
||||
->recordActions([
|
||||
->actions([
|
||||
DeleteAction::make()
|
||||
->label('Verwijderen'),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user