Fix forget policy (#12228)

### What problem does this PR solve?

As title

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-12-26 13:54:15 +08:00
committed by GitHub
parent 7498bc63a3
commit a599a0f4bf

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,
}}