fix: hide resume parser option (#17923)

This commit is contained in:
buua436
2026-08-06 14:07:24 +08:00
committed by GitHub
parent ae66eb835a
commit 66f2c84c3f

View File

@@ -12,7 +12,7 @@ import { z } from 'zod';
import { formSchema } from './form-schema';
// The value that does not need to be displayed in the analysis method Select
const HiddenFields = ['email', 'picture', 'audio'];
const HiddenFields = ['email', 'picture', 'audio', 'resume'];
export function useSelectChunkMethodList() {
const parserList = useSelectParserList();