mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: drag and drop folders
This commit is contained in:
@@ -137,7 +137,7 @@ async def update_folder_name_by_id(
|
||||
|
||||
|
||||
class FolderParentIdForm(BaseModel):
|
||||
parent_id: str
|
||||
parent_id: Optional[str] = None
|
||||
|
||||
|
||||
@router.post("/{id}/update/parent")
|
||||
|
||||
Reference in New Issue
Block a user