mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
changed app get query
This commit is contained in:
parent
c2b70ebc94
commit
dfcc232b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export class FoldersService {
|
|||
viewableAppIds,
|
||||
});
|
||||
} else {
|
||||
viewableAppsInFolder.where('apps.organizationId =: organizationId', {
|
||||
viewableAppsInFolder.where('apps.organizationId = :organizationId', {
|
||||
organizationId: user.organizationId,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue