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:
chanx
2025-12-26 20:40:18 +08:00
committed by GitHub
parent ddcd9cf2c4
commit 7f11a79ad9

View File

@ -95,7 +95,7 @@ export const AdvancedSettingsForm = () => {
// placeholder: t('memory.config.storageTypePlaceholder'),
options: [
// { label: 'LRU', value: 'LRU' },
{ label: 'FIFO', value: 'fifo' },
{ label: 'FIFO', value: 'FIFO' },
],
required: false,
}}