fix: refs #8647 allow searchUrl prop to accept both String and Boolean types
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-03-16 14:39:48 +01:00
parent 74c1e53c89
commit 6bee0ead8c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const props = defineProps({
default: null,
},
searchUrl: {
type: String,
type: [String, Boolean],
default: null,
},
disableInfiniteScroll: {