diff --git a/app/Http/Livewire/Upgrade.php b/app/Http/Livewire/Upgrade.php index f3bd8b1d3..5b6b5db3f 100644 --- a/app/Http/Livewire/Upgrade.php +++ b/app/Http/Livewire/Upgrade.php @@ -24,6 +24,7 @@ public function checkUpdate() $settings = InstanceSettings::get(); if ($settings->next_channel) { $this->isUpgradeAvailable = true; + $this->latestVersion = 'next'; } } public function upgrade()