#6919 syncData #941

Merged
jorgep merged 95 commits from 6919-syncData into dev 2025-02-06 09:39:49 +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, {
url: props.url,
filter: props.filter,
userFilter: props.filter,
oneRecord: true,
});

View File

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