Skip to content

Commit 15897b7

Browse files
committed
small change
1 parent 1bea3e5 commit 15897b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controls/dynamicForm/DynamicForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,6 @@ export class DynamicForm extends React.Component<
872872
};
873873

874874
private isEmptyNumOrString(value: string | number): boolean {
875-
if (value === null) return true;
876875
if ((value?.toString().trim().length || 0) === 0) return true;
877876
}
878877
}

0 commit comments

Comments
 (0)