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

withoutConfirmation option has no effect #18

Closed ghost closed 4 years ago

ghost commented 4 years ago

public $withoutConfirmation = true;

I want to prevent the modal after clicking the button. But it doesn’t work. It works with Action class but not with DetachedAction class.

gobrightspot commented 4 years ago

Fixed with v1.0.7