Closed ghost closed 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.
Fixed with v1.0.7
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.