forked from verdnatura/salix-front
hotFix: vnVisibleColumn fix userId
This commit is contained in:
parent
b781cfb131
commit
5ac2d34125
|
@ -65,7 +65,7 @@ async function fetchViewConfigData() {
|
|||
const userConfig = await getConfig('UserConfigViews', {
|
||||
where: {
|
||||
...defaultFilter.where,
|
||||
...{ userFk: user.id },
|
||||
...{ userFk: user.value.id },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue