mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +08:00
Fix: fifo -> FIFO (#12257)
### What problem does this PR solve? Fix: fifo -> FIFO ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -95,7 +95,7 @@ export const AdvancedSettingsForm = () => {
|
|||||||
// placeholder: t('memory.config.storageTypePlaceholder'),
|
// placeholder: t('memory.config.storageTypePlaceholder'),
|
||||||
options: [
|
options: [
|
||||||
// { label: 'LRU', value: 'LRU' },
|
// { label: 'LRU', value: 'LRU' },
|
||||||
{ label: 'FIFO', value: 'fifo' },
|
{ label: 'FIFO', value: 'FIFO' },
|
||||||
],
|
],
|
||||||
required: false,
|
required: false,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user