{ saveHandler(); }} >
{$i18n.t('Database')}
{#if $config?.features.enable_admin_export ?? true}
{ // exportAllUserChats(); downloadDatabase(localStorage.token).catch((error) => { toast.error(error); }); }} >
{$i18n.t('Download Database')}
{ exportAllUserChats(); }} >
{$i18n.t('Export All Chats (All Users)')}
{/if}