Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent receipt search page reload (#394)
Previously, pressing "Enter" keyboard key after typing a receipt search query on the receipt management dashboard caused the entire page to refresh due to default form submission behavior, leading to a confusing user experience. This commit fixes the issue by preventing the default page reload on search form submission.
- Loading branch information