Commit 102c26d9 by zhaochengxiang

bug fix

parent b5c4262f
...@@ -97,9 +97,9 @@ const AssetBrowse = (props) => { ...@@ -97,9 +97,9 @@ const AssetBrowse = (props) => {
<div className='tree-toggle' onClick={treeToggleClick}> <div className='tree-toggle' onClick={treeToggleClick}>
{ expandTree ? <CaretLeftOutlined /> : <CaretRightOutlined /> } { expandTree ? <CaretLeftOutlined /> : <CaretRightOutlined /> }
</div> </div>
{/* <div className='relation-toggle' onClick={relationToggleClick}> <div className='relation-toggle' onClick={relationToggleClick}>
{ expandRelation ? <CaretLeftOutlined /> : <CaretRightOutlined /> } { expandRelation ? <CaretLeftOutlined /> : <CaretRightOutlined /> }
</div> */} </div>
</div> </div>
</div> </div>
) )
......
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