Skip to content

Commit

Permalink
Update empty form
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Feb 7, 2024
1 parent c338778 commit bfe4479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/search/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export default function SearchForm() {
setProducts(data.dupes || []);
reset();
});
} else {
reset();
}
};

Expand Down

0 comments on commit bfe4479

Please sign in to comment.