Skip to content

Commit a227ff7

Browse files
committed
Don't close the modal
1 parent 389d4a4 commit a227ff7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Livewire/PurchaseModal.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public function submit(): void
4040
'email' => $this->email,
4141
'plan' => $this->selectedPlan,
4242
]);
43-
44-
$this->closeModal();
4543
}
4644

4745
public function render()

0 commit comments

Comments
 (0)