You've already forked Atomcms-edit
Fix radio Filament: recordActions->actions, toolbarActions->headerActions, EmbedCode statePath
This commit is contained in:
@@ -74,7 +74,7 @@ final class AutoDjPlaylist extends Page implements HasTable
|
||||
->trueColor('success')
|
||||
->falseColor('danger'),
|
||||
])
|
||||
->recordActions(function ($record) {
|
||||
->actions(function ($record) {
|
||||
return [
|
||||
ActionGroup::make([
|
||||
Action::make('toggle_active')
|
||||
@@ -98,7 +98,7 @@ final class AutoDjPlaylist extends Page implements HasTable
|
||||
]),
|
||||
];
|
||||
})
|
||||
->toolbarActions([
|
||||
->headerActions([
|
||||
Action::make('create')
|
||||
->label('Track Toevoegen')
|
||||
->icon('heroicon-o-plus')
|
||||
|
||||
Reference in New Issue
Block a user