mirror of
https://github.com/open-webui/open-webui
synced 2025-06-08 15:37:22 +00:00
refac
This commit is contained in:
parent
7dc7d5c028
commit
30b7ab3591
@ -189,6 +189,7 @@
|
|||||||
loadUrlHandler={async (url) => {
|
loadUrlHandler={async (url) => {
|
||||||
return await loadToolByUrl(localStorage.token, url);
|
return await loadToolByUrl(localStorage.token, url);
|
||||||
}}
|
}}
|
||||||
|
successMessage={$i18n.t('Tool imported successfully')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if loaded}
|
{#if loaded}
|
||||||
|
Loading…
Reference in New Issue
Block a user