Skip to content

Commit 68886ae

Browse files
author
Matthew Harris
committed
Moved toggle
1 parent fb7607a commit 68886ae

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
@@ -509,7 +509,7 @@
509509
:disabled="isLoading" />
510510
<button class="btn btn-outline-primary"
511511
type="button"
512-
@(@click)="submitSearch"
512+
v-on:click="submitSearch"
513513
:disabled="isLoading">
514514
<!-- Button content changes based on `isLoading` -->
515515
<span v-if="!isLoading"><i class="bi bi-send"></i> Send</span>

0 commit comments

Comments
 (0)