Skip to content

Commit

Permalink
fix: set ID for PR lookup error element (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 16, 2023
1 parent 3528518 commit d5ecac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pr-lookup.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<input id="input" type="text" placeholder="12345">
<button onclick="lookup()">Search</button>
</div>
<p class="error"></p>
<p class="error" id="error"></p>
</div>

<script>
Expand Down

0 comments on commit d5ecac6

Please sign in to comment.