Skip to content

Commit

Permalink
🐛 fix report error on channel type when creating new product
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Jul 22, 2021
1 parent 9e9f643 commit da72d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/Products/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Create extends AbstractBaseComponent

public array $collection_ids = [];

public ?Channel $defaultChannel;
public ?Channel $defaultChannel = null;

protected $listeners = ['productAdded'];

Expand Down

0 comments on commit da72d41

Please sign in to comment.