fix(variable): should not disable options in expression (#2764)
This commit is contained in:
parent
3b76a84605
commit
f5399c2cf0
@ -28,6 +28,7 @@ export const ValueDynamicComponent = (props: ValueDynamicComponentProps) => {
|
|||||||
form,
|
form,
|
||||||
record,
|
record,
|
||||||
uiSchema: schema,
|
uiSchema: schema,
|
||||||
|
noDisabled: true,
|
||||||
});
|
});
|
||||||
const { compatOldVariables } = useCompatOldVariables({
|
const { compatOldVariables } = useCompatOldVariables({
|
||||||
collectionField: { uiSchema: schema, collectionName },
|
collectionField: { uiSchema: schema, collectionName },
|
||||||
|
Loading…
Reference in New Issue
Block a user