mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:40:50 +00:00
chore: don't disable the variable option yet
This commit is contained in:
parent
bf099a4364
commit
3f363f67b8
@ -131,7 +131,8 @@ export const useBaseVariable = ({
|
||||
name,
|
||||
title,
|
||||
collectionName,
|
||||
noDisabled,
|
||||
// TODO: 等整理完完整测试用例后,再开启该功能
|
||||
noDisabled = true,
|
||||
returnFields = (fields) => fields,
|
||||
}: BaseProps) => {
|
||||
const compile = useCompile();
|
||||
|
Loading…
Reference in New Issue
Block a user