fix(variable): should not disable options in expression (#2764)

This commit is contained in:
被雨水过滤的空气-Rain 2023-10-08 22:29:17 +08:00 committed by GitHub
parent 3b76a84605
commit f5399c2cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ export const ValueDynamicComponent = (props: ValueDynamicComponentProps) => {
form,
record,
uiSchema: schema,
noDisabled: true,
});
const { compatOldVariables } = useCompatOldVariables({
collectionField: { uiSchema: schema, collectionName },