mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
bd44ab64d0
commit
a123629f74
1 changed files with 3 additions and 0 deletions
|
|
@ -737,6 +737,9 @@
|
|||
createFolder();
|
||||
}}
|
||||
onAddLabel={$i18n.t('New Folder')}
|
||||
on:change={(e) => {
|
||||
selectedFolder.set(null);
|
||||
}}
|
||||
on:import={(e) => {
|
||||
importChatHandler(e.detail);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue