[skip ci] Fix search box props type (#753)

This commit is contained in:
bymyself
2024-09-06 23:34:47 -07:00
committed by GitHub
parent 08a1fd0056
commit 61ee43aa6f

View File

@@ -119,7 +119,7 @@ const showIdName = computed(() =>
const props = withDefaults(
defineProps<{
filters: FilterAndValue[]
searchLimit: number
searchLimit?: number
}>(),
{
searchLimit: 64