Skip to content

Commit 7b23fc2

Browse files
author
Matthew Harris
committed
Deactivate Manage for now
1 parent 242ee1a commit 7b23fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.AISearch.WebApp/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
const scenarios = ref(@Html.Raw(JsonSerializer.Serialize(Model.Scenarios, JsonConfiguration.DefaultJsonOptions)));
1515
//const selectedScenario = ref(null);
1616
// mjh Set default
17-
const selectedScenario = ref(scenarios.value.length >= 4 ? scenarios.value[5] : null);
17+
const selectedScenario = ref(scenarios.value.length >= 4 ? scenarios.value[6] : null);
1818
const searchRequest = ref(@Html.Raw(JsonSerializer.Serialize(Model.SearchRequest, JsonConfiguration.DefaultJsonOptions)));
1919
var settingsValue = { showExplanation: false, showOptions: true };
2020
var settingsValueStorage = localStorage.getItem('settings');

0 commit comments

Comments
 (0)