Skip to content

Commit

Permalink
Match other forms
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed May 24, 2024
1 parent 846e550 commit b365a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/review-requests-page/review-requests-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const createEmptyPage = ({ language }: Pick<ReviewRequests, 'language'>)
})

const form = ({ language }: Pick<ReviewRequests, 'language'>) => html`
<form>
<form method="get" action="${format(reviewRequestsMatch.formatter, {})}" novalidate>
<input type="hidden" name="page" value="1" />
<label for="language">Filter by language</label>
<select name="language" id="language">
Expand Down

0 comments on commit b365a93

Please sign in to comment.