diff --git a/apps/common/constants/permission_constants.py b/apps/common/constants/permission_constants.py index 9a89fc5a..f8a66661 100644 --- a/apps/common/constants/permission_constants.py +++ b/apps/common/constants/permission_constants.py @@ -111,8 +111,9 @@ class WorkspaceGroup(Enum): KNOWLEDGE = "KNOWLEDGE" MODEL = "MODEL" TOOL = "TOOL" - OTHER = "OTHER" RESOURCE_PERMISSION = "RESOURCE_PERMISSION" + OTHER = "OTHER" + class UserGroup(Enum):