mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix datasource permissions (#12136)
This commit is contained in:
parent
fabc6e10b8
commit
2c3b085b0d
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ export const DEFAULT_GROUP_PERMISSIONS = {
|
|||
appDelete: true,
|
||||
folderCRUD: true,
|
||||
orgConstantCRUD: true,
|
||||
dataSourceCreate: true,
|
||||
dataSourceDelete: true,
|
||||
dataSourceCreate: false,
|
||||
dataSourceDelete: false,
|
||||
isBuilderLevel: true,
|
||||
},
|
||||
END_USER: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue