chore: don't disable the variable option yet

This commit is contained in:
Rain 2023-10-13 15:38:34 +08:00
parent bf099a4364
commit 3f363f67b8

View File

@ -131,7 +131,8 @@ export const useBaseVariable = ({
name,
title,
collectionName,
noDisabled,
// TODO: 等整理完完整测试用例后,再开启该功能
noDisabled = true,
returnFields = (fields) => fields,
}: BaseProps) => {
const compile = useCompile();