mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01: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