Fix build

This commit is contained in:
HarelM
2025-09-17 00:22:32 +03:00
parent df64f5c1aa
commit c870fefb14
-2
View File
@@ -84,9 +84,7 @@ class ExpressionPropertyInternal extends React.Component<ExpressionPropertyInter
onFocus={this.props.onFocus} onFocus={this.props.onFocus}
onBlur={this.props.onBlur} onBlur={this.props.onBlur}
value={value} value={value}
lineNumbers={false}
maxHeight={200} maxHeight={200}
lineWrapping={true}
onChange={this.props.onChange} onChange={this.props.onChange}
/> />
</Block>; </Block>;