mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
6e3020b942
commit
29d0113b37
1 changed files with 3 additions and 1 deletions
|
|
@ -763,7 +763,9 @@
|
|||
<div class="flex justify-between w-full mt-2 pr-2">
|
||||
<div class="self-center text-xs font-medium">
|
||||
<Tooltip
|
||||
content={$i18n.t('Send the PDF as a base64 data URL instead of uploading it first.')}
|
||||
content={$i18n.t(
|
||||
'Send the PDF as a base64 data URL instead of uploading it first.'
|
||||
)}
|
||||
placement="top-start"
|
||||
>
|
||||
{$i18n.t('Use Base64')}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue