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 9940b19 commit fb7607aCopy full SHA for fb7607a
src/Azure.AISearch.WebApp/Pages/Index.cshtml
@@ -509,7 +509,7 @@
509
:disabled="isLoading" />
510
<button class="btn btn-outline-primary"
511
type="button"
512
- @click="submitSearch"
+ @(@click)="submitSearch"
513
:disabled="isLoading">
514
<!-- Button content changes based on `isLoading` -->
515
<span v-if="!isLoading"><i class="bi bi-send"></i> Send</span>
0 commit comments