Commit 61b4ee30 by zhaochengxiang

bug fix

parent bd7d823c
...@@ -22,7 +22,7 @@ const FC = ({ type, id, did, tags }) => { ...@@ -22,7 +22,7 @@ const FC = ({ type, id, did, tags }) => {
}, [tags]) }, [tags])
const storageChange = (e) => { const storageChange = (e) => {
if (e.key === 'assetDetailTagChangeEvent' && type==='dataAsset' && e.id === id) { if (e.key === 'tagChangeEvent' && e.id === id) {
getTags() getTags()
} }
} }
......
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