Skip to content

Commit fb7607a

Browse files
author
Matthew Harris
committed
Moved toggle
1 parent 9940b19 commit fb7607a

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+
@(@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)