diff --git a/app/Livewire/Project/Service/Index.php b/app/Livewire/Project/Service/Index.php index aa678922d..360282911 100644 --- a/app/Livewire/Project/Service/Index.php +++ b/app/Livewire/Project/Service/Index.php @@ -298,7 +298,6 @@ public function instantSave() $this->db_url_public = null; $this->dispatch('success', 'Database is no longer publicly accessible.'); } - $this->submitDatabase(); } catch (\Throwable $e) { return handleError($e, $this); }