|
|
@@ -13,7 +13,7 @@ class BaseRedirectButton extends BaseContainer
|
|
|
{
|
|
|
protected $id = 'baseRedirectButton';
|
|
|
protected $name = 'baseRedirectButton';
|
|
|
- protected $class = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain'];
|
|
|
+ protected $class = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain infoModal'];
|
|
|
protected $title = 'title';
|
|
|
protected $htmlAttributes = [
|
|
|
// '@click.middle' => 'redirect($event,, true)',
|