fix: error reported when open data scope (#2202)
This commit is contained in:
parent
a266367105
commit
6496c65fc4
@ -12,7 +12,7 @@ export const useVariableOptions = ({ form, collectionField, rootCollection }: an
|
||||
const formVariabele = useFormVariable({ blockForm: form, schema, rootCollection });
|
||||
const iterationVariabele = useIterationVariable({
|
||||
blockForm: form,
|
||||
currentCollection: collectionField.collectionName,
|
||||
currentCollection: collectionField?.collectionName,
|
||||
schema,
|
||||
rootCollection,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user