diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index 75bfb40..74fb3d3 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -110,6 +110,8 @@ class UpdateCard extends Component $this->postActionsDone = true; $ver = $this->displayCurrent ?? 'aktuelle Version'; + $this->progressLine = ''; + $this->dispatch('reload-page', delay: 5000); $this->dispatch('toast', type: 'success', title: 'Update erfolgreich', @@ -294,6 +296,7 @@ class UpdateCard extends Component return Str::limit($last, 120); } } + //namespace App\Livewire\Ui\System; // //use Illuminate\Support\Facades\Artisan;