Skip to content

Commit fb13cf2

Browse files
naveensnowrohi-v
authored andcommitted
Update ui_page_html.html
adding option None to make the validation
1 parent 094f849 commit fb13cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client-Side Components/UI Pages/Resolve Incident UI Page/ui_page_html.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<p>
1010
<label for="resolution_code">Select the Resolution Code</label>
1111
<select id="resolution_code" name="resolution_code" class="form-control">
12+
<option value="None">None</option>
1213
<option value="No resolution provided">No resolution provided</option>
1314
<option value="Resolved by request">Resolved by request</option>
1415
<option value="Resolved by caller">Resolved by caller</option>

0 commit comments

Comments
 (0)