hotFix: vnVisibleColumn fix userId
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-08-08 10:27:27 +02:00
parent b781cfb131
commit 5ac2d34125
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ async function fetchViewConfigData() {
const userConfig = await getConfig('UserConfigViews', {
where: {
...defaultFilter.where,
...{ userFk: user.id },
...{ userFk: user.value.id },
},
});