7406-workerFormation #405

Merged
carlossa merged 30 commits from 7406-workerFormation into dev 2024-06-25 11:31:47 +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: {
carlossa marked this conversation as resolved Outdated
Outdated
Review

Quitar

Quitar
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,