Commit 2eacbef6 by zhaochengxiang

标签

parent 0b401d06
...@@ -125,7 +125,7 @@ const TagColumn = (props) => { ...@@ -125,7 +125,7 @@ const TagColumn = (props) => {
return ( return (
<Tag <Tag
key={index} key={index}
closable={item.type==='private'} closable={isAdmin || item.type==='private'}
onClose={e => { onClose={e => {
e.preventDefault(); e.preventDefault();
handleClose(index); handleClose(index);
......
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