Skip to content

Commit 3eae11c

Browse files
committed
fix: form submit
1 parent 8c0b4c5 commit 3eae11c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/projects/PomptWizardPopover.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const PomptWizardPopover = () => {
6363
<ModalContent
6464
onSubmit={(e) => {
6565
e.preventDefault();
66+
e.stopPropagation();
6667

6768
if (keyword) {
6869
createPrompt(keyword);

0 commit comments

Comments
 (0)