Commit 9fede935 by zhaochengxiang

bug fix

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