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
cd296fcf0d
commit
00837d8f99
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@
|
|||
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
||||
type="number"
|
||||
min="0"
|
||||
placeholder={$i18n.t('Enter max file count per folder')}
|
||||
placeholder={$i18n.t('Leave empty for unlimited')}
|
||||
bind:value={adminConfig.FOLDER_MAX_FILE_COUNT}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue