Skip to content

Commit

Permalink
feat: display top 10 in fuzzysearch (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Jun 10, 2024
1 parent 6aabe06 commit 9447b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/FuzzySearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import { ContainerState } from "@/types/Container";
import { useFuse } from "@vueuse/integrations/useFuse";
import { type FuseResult } from "fuse.js";
const { maxResults = 5 } = defineProps<{
const { maxResults = 10 } = defineProps<{
maxResults?: number;
}>();
Expand Down

0 comments on commit 9447b1e

Please sign in to comment.