fix datasource permissions (#12136)

This commit is contained in:
Anantshree Chandola 2025-03-06 17:23:29 +05:30 committed by GitHub
parent fabc6e10b8
commit 2c3b085b0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {