chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-03-30 00:21:00 -07:00
parent 3be626bef3
commit 2cee5a4a03
53 changed files with 333 additions and 22 deletions

View File

@@ -31,7 +31,7 @@
toolServers: servers
});
toolServers.set(await getToolServersData($settings?.toolServers ?? []));
toolServers.set(await getToolServersData($i18n, $settings?.toolServers ?? []));
};
onMount(async () => {
@@ -51,6 +51,9 @@
{#if servers !== null}
<div class="">
<div class="pr-1.5">
<!-- {$i18n.t(`Failed to connect to {{URL}} OpenAPI tool server`, {
URL: 'server?.url'
})} -->
<div class="">
<div class="flex justify-between items-center mb-0.5">
<div class="font-medium">{$i18n.t('Manage Tool Servers')}</div>