Commit 8171198c by zhaochengxiang

bug fix

parent defc2d94
...@@ -513,7 +513,7 @@ const ImportActionHeader = (props) => { ...@@ -513,7 +513,7 @@ const ImportActionHeader = (props) => {
{item} {item}
</Option>) </Option>)
} }
</Select> : <span className='word-wrap'>{highlightSearchContentByTerms(modelerData?.bindingLoadRang, terms)}</span> </Select> : <span className='word-wrap'>{highlightSearchContentByTerms(modelerData?.bindingLoadRange, terms)}</span>
} }
</Form.Item> </Form.Item>
</Col> </Col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment