diff --git a/app/components/BaseCard.vue b/app/components/BaseCard.vue index 2eb7f348bd..ee2928dcbc 100644 --- a/app/components/BaseCard.vue +++ b/app/components/BaseCard.vue @@ -3,12 +3,16 @@ defineProps<{ /** Whether this is an exact match for the query */ isExactMatch?: boolean selected?: boolean + /** Index for keyboard navigation */ + index?: number }>()