Skip to content

Commit 9ab6852

Browse files
ali-hamudAmit Shuster
authored andcommitted
Merged PR 13672: Fix QnA enum value
Fix QnA enum value
1 parent 6e69e81 commit 9ab6852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/v2-demo/settings_embed_qna.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="spacer" />
55
<div id="modeSelector">
66
<label class="radioContainer">
7-
<div onclick="ToggleQuestionBox(false);"><input type="radio" name="qnaMode" value="InteractiveNoQuestion"> Show Q&A </input>
7+
<div onclick="ToggleQuestionBox(false);"><input type="radio" name="qnaMode" value="Interactive"> Show Q&A </input>
88
<span class="checkmark"></span></div>
99
</label>
1010
<label class="radioContainer">

0 commit comments

Comments
 (0)