Skip to content

Commit

Permalink
Merge branch '06-19-refactor_fix_eslint_issues' of github.com:aamiraz…
Browse files Browse the repository at this point in the history
…ad/homelab-connector into 06-19-refactor_fix_eslint_issues
  • Loading branch information
aamirazad committed Jun 22, 2024
2 parents e2ba942 + 3bfda85 commit 97e4fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/paperless/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function DocumentsSearch() {
);

function onSubmit(values: z.infer<typeof formSchema>) {
if (values.query)
if (values.query)
router.replace(
pathname + "?" + createQueryString("query", values.query),
Expand Down

0 comments on commit 97e4fa1

Please sign in to comment.