We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242ee1a commit 7b23fc2Copy full SHA for 7b23fc2
src/Azure.AISearch.WebApp/Pages/Index.cshtml
@@ -14,7 +14,7 @@
14
const scenarios = ref(@Html.Raw(JsonSerializer.Serialize(Model.Scenarios, JsonConfiguration.DefaultJsonOptions)));
15
//const selectedScenario = ref(null);
16
// mjh Set default
17
- const selectedScenario = ref(scenarios.value.length >= 4 ? scenarios.value[5] : null);
+ const selectedScenario = ref(scenarios.value.length >= 4 ? scenarios.value[6] : null);
18
const searchRequest = ref(@Html.Raw(JsonSerializer.Serialize(Model.SearchRequest, JsonConfiguration.DefaultJsonOptions)));
19
var settingsValue = { showExplanation: false, showOptions: true };
20
var settingsValueStorage = localStorage.getItem('settings');
0 commit comments