mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
[skip ci] Fix search box props type (#753)
This commit is contained in:
@@ -119,7 +119,7 @@ const showIdName = computed(() =>
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
filters: FilterAndValue[]
|
||||
searchLimit: number
|
||||
searchLimit?: number
|
||||
}>(),
|
||||
{
|
||||
searchLimit: 64
|
||||
|
||||
Reference in New Issue
Block a user