Commit 0937d3e3 by zhaochengxiang

bug fix

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