gobrightspot / nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.
MIT License
168 stars 50 forks source link

buttons are in table but not on toolbar #85

Open wajeht opened 1 year ago

wajeht commented 1 year ago

I have this in my code.

ImportUsersAction::make()
   ->standalone()
   ->onlyOnIndexToolbar()

but the buttons are not on the toolbar but inside the user's table.

image

is there any config that I am missing?