Skip to content

Commit

Permalink
fix: form submit
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed Dec 20, 2022
1 parent 8c0b4c5 commit 3eae11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/projects/PomptWizardPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const PomptWizardPopover = () => {
<ModalContent
onSubmit={(e) => {
e.preventDefault();
e.stopPropagation();

if (keyword) {
createPrompt(keyword);
Expand Down

1 comment on commit 3eae11c

@vercel
Copy link

@vercel vercel bot commented on 3eae11c Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.