diff --git a/web/src/pages/dataset/dataset-setting/hooks.ts b/web/src/pages/dataset/dataset-setting/hooks.ts index 3389470d0f..6239f0e1a4 100644 --- a/web/src/pages/dataset/dataset-setting/hooks.ts +++ b/web/src/pages/dataset/dataset-setting/hooks.ts @@ -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();