Fix: Dataset parse logic (#12330)

### What problem does this PR solve?

Fix: Dataset  logic of parser

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-12-30 19:53:00 +08:00
committed by GitHub
parent 2fccf3924d
commit a7e466142d
9 changed files with 126 additions and 76 deletions

View File

@ -92,6 +92,7 @@ export const MemoryModelForm = () => {
label: t('memory.config.memorySize') + ' (Bytes)',
type: FormFieldType.Number,
horizontal: true,
tooltip: t('memory.config.memorySizeTooltip'),
// placeholder: t('memory.config.memorySizePlaceholder'),
required: false,
}}