Commit fcf34097 by zhaochengxiang

bug fix

parent d34128da
...@@ -82,7 +82,10 @@ const AssetItem = (props) => { ...@@ -82,7 +82,10 @@ const AssetItem = (props) => {
<Text ellipsis={true}> <Text ellipsis={true}>
{ {
(typeof metadata==='string') ? (content||'') : <a onClick={() => { (typeof metadata==='string') ? (content||'') : <a onClick={() => {
app?.setGlobalState?.({
message: 'data-govern-show-metadata-message',
data: metadata
})
}}> }}>
{ metadata?.tableEnName??metadata?.tableCnName } { metadata?.tableEnName??metadata?.tableCnName }
</a> </a>
......
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