mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: validate user id before saving group
This commit is contained in:
@@ -85,7 +85,6 @@ class GroupForm(BaseModel):
|
||||
|
||||
class GroupUpdateForm(GroupForm):
|
||||
user_ids: Optional[list[str]] = None
|
||||
admin_ids: Optional[list[str]] = None
|
||||
|
||||
|
||||
class GroupTable:
|
||||
|
||||
Reference in New Issue
Block a user