Skip to content

Commit

Permalink
Unify CardDeck toast with Crud (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrecek234 authored Feb 28, 2023
1 parent 33f25e6 commit 20d02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CardDeck.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CardDeck extends View
public $search = [VueComponent\ItemSearch::class];

/** @var array Default notifier to perform when model action is successful * */
public $notifyDefault = [JsToast::class, 'settings' => ['displayTime' => 5000]];
public $notifyDefault = [JsToast::class];

/** Model single scope action to include in table action column. Will include all single scope actions if empty. */
public array $singleScopeActions = [];
Expand Down

0 comments on commit 20d02be

Please sign in to comment.