Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Dec 9, 2023
1 parent fc98a59 commit 7f7f756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Livewire/ContactsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ContactsForm extends Component implements Forms\Contracts\HasForms

public string $status = 'NEW';

public function mount(string $departmentSlug = null): void
public function mount(?string $departmentSlug = null): void
{
if (WindPlugin::get()->hasDepartmentResource()) {
if ($departmentSlug !== null) {
Expand Down

0 comments on commit 7f7f756

Please sign in to comment.