8627-devToTest #1421

Merged
alexm merged 768 commits from 8627-devToTest into test 2025-02-18 12:37:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e98cc7a92a - Show all commits

View File

@ -30,7 +30,7 @@ const searchRightDataKey = computed(() => {
const arrayData = useArrayData(props.dataKey, { const arrayData = useArrayData(props.dataKey, {
url: props.url, url: props.url,
filter: props.filter, userFilter: props.filter,
oneRecord: true, oneRecord: true,
}); });

View File

@ -23,7 +23,7 @@ const stateStore = useStateStore();
const router = useRouter(); const router = useRouter();
const arrayData = useArrayData(props.dataKey, { const arrayData = useArrayData(props.dataKey, {
url: props.url, url: props.url,
filter: props.filter, userFilter: props.filter,
oneRecord: true, oneRecord: true,
}); });