0
0
Fork 0
This commit is contained in:
Carlos Satorres 2024-06-25 12:18:02 +02:00
parent 79bafdee20
commit a705245783
1 changed files with 0 additions and 5 deletions

View File

@ -26,10 +26,6 @@ const props = defineProps({
type: Object,
default: null,
},
userFilter: {
type: Object,
default: null,
},
where: {
type: Object,
default: null,
@ -87,7 +83,6 @@ const arrayData = useArrayData(props.dataKey, {
where: props.where,
limit: props.limit,
order: props.order,
userFilter: props.userFilter,
userParams: props.userParams,
exprBuilder: props.exprBuilder,
keepOpts: props.keepOpts,