diff --git a/packages/core/client/src/schema-settings/VariableInput/hooks/useBaseVariable.tsx b/packages/core/client/src/schema-settings/VariableInput/hooks/useBaseVariable.tsx index 1a321f643..7a5c78df8 100644 --- a/packages/core/client/src/schema-settings/VariableInput/hooks/useBaseVariable.tsx +++ b/packages/core/client/src/schema-settings/VariableInput/hooks/useBaseVariable.tsx @@ -131,7 +131,8 @@ export const useBaseVariable = ({ name, title, collectionName, - noDisabled, + // TODO: 等整理完完整测试用例后,再开启该功能 + noDisabled = true, returnFields = (fields) => fields, }: BaseProps) => { const compile = useCompile();