#Filament Apporval Action not working
2 messages · Page 1 of 1 (latest)
2 messages · Page 1 of 1 (latest)
I implemented filament approval but this code not working
->actions(
...\EightyNine\Approvals\Tables\Actions\ApprovalActions::make(
// define your action here that will appear once approval is completed
Actions\Action::make("Done"),
[
Tables\Actions\EditAction::make(),
]
),
)