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); } diff --git a/config/sentry.php b/config/sentry.php index e9ccf0a32..14f8ff5f1 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ return [ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.355', + 'release' => '4.0.0-beta.356', // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index 03fbf57ef..b33115d86 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ - +
@foreach ($applications as $application) diff --git a/resources/views/livewire/tags/show.blade.php b/resources/views/livewire/tags/show.blade.php index 0b743a3e5..869b56dae 100644 --- a/resources/views/livewire/tags/show.blade.php +++ b/resources/views/livewire/tags/show.blade.php @@ -24,18 +24,13 @@
- +
@foreach ($applications as $application) diff --git a/versions.json b/versions.json index 4d2f27e57..94d7327a6 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.355" + "version": "4.0.0-beta.356" }, "nightly": { - "version": "4.0.0-beta.356" + "version": "4.0.0-beta.357" }, "helper": { "version": "1.0.1"