#Filament Apporval Action not working

2 messages · Page 1 of 1 (latest)

mighty plinth
#

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(),
]
),
)

pallid iglooBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution