Skip to content

Commit

Permalink
Fix: remove lazy attribute for panel
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Dec 18, 2023
1 parent 2e6ceaf commit 28820bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Modals/CuratorPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Storage;
use Livewire\Attributes\Lazy;
use Livewire\Attributes\On;
use Livewire\Component;
use Livewire\WithPagination;
use Symfony\Component\HttpFoundation\StreamedResponse;

#[Lazy]
class CuratorPanel extends Component implements HasForms, HasActions
{
use InteractsWithActions;
Expand Down

0 comments on commit 28820bc

Please sign in to comment.