Skip to content

Commit 04c218d

Browse files
committed
fix: update expression props executor
1 parent c29621c commit 04c218d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/v2/logic/createForm.ts

-2
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@ const createForm = <TSchema>(props: ICreateFormProps<TSchema>) => {
357357
const key = getSchemaKey(schema, options.parent);
358358
const terms = { ...options.extraData, __SELF__: getValue(key) };
359359

360-
if (typeof getProp(name, key) !== "undefined") continue;
361-
362360
if (!expression) {
363361
updateProps(name, key, { value, expressionValue }, terms);
364362
continue;

0 commit comments

Comments
 (0)