You've already forked Atomcms-edit
Fix radio Filament: recordActions->actions, toolbarActions->headerActions, EmbedCode statePath
This commit is contained in:
@@ -82,7 +82,7 @@ final class ApiKeys extends Page implements HasTable
|
||||
->label('Aangemaakt')
|
||||
->dateTime('d-m-Y H:i'),
|
||||
])
|
||||
->recordActions(function ($record) {
|
||||
->actions(function ($record) {
|
||||
return [
|
||||
ActionGroup::make([
|
||||
Action::make('toggle')
|
||||
@@ -98,7 +98,7 @@ final class ApiKeys extends Page implements HasTable
|
||||
]),
|
||||
];
|
||||
})
|
||||
->toolbarActions([
|
||||
->headerActions([
|
||||
Action::make('create')
|
||||
->label('Nieuwe API Sleutel')
|
||||
->icon('heroicon-o-plus')
|
||||
|
||||
Reference in New Issue
Block a user