diff --git a/app/Livewire/Help.php b/app/Livewire/Help.php index 68691c1cd..934e81661 100644 --- a/app/Livewire/Help.php +++ b/app/Livewire/Help.php @@ -61,6 +61,7 @@ class Help extends Component send_user_an_email($mail, auth()->user()?->email, 'hi@coollabs.io'); } $this->dispatch('success', 'Feedback sent.', 'We will get in touch with you as soon as possible.'); + $this->reset('description', 'subject'); } catch (\Throwable $e) { return handleError($e, $this); }