mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
7dc7d5c028
commit
30b7ab3591
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue