Skip to content

Commit

Permalink
defalut selecting lab report
Browse files Browse the repository at this point in the history
  • Loading branch information
fidazams committed Nov 20, 2024
1 parent 09e4d1b commit aa8623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Future Updates</h2>
<div class="form-group">
<label>Type: <span style="color: red;">*</span></label>
<div>
<input type="radio" id="lab-report" name="type" value="Lab Report" required>
<input type="radio" checked="checked" id="lab-report" name="type" value="Lab Report" required>
<label for="lab-report">Lab Report</label>
</div>
<div>
Expand Down

0 comments on commit aa8623b

Please sign in to comment.