7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit a705245783 - Show all commits

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,