Skip to content

Commit

Permalink
Update QuickCreatePlugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sitenzo authored Nov 30, 2023
1 parent b9046fe commit 0861dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QuickCreatePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class QuickCreatePlugin implements Plugin

protected bool | Closure | null $shouldUseSlideOver = null;

protected string | Closure $sortBy = 'label';

public function boot(Panel $panel): void
{
Livewire::component('quick-create-menu', Components\QuickCreateMenu::class);
Expand Down

0 comments on commit 0861dad

Please sign in to comment.