Commit 2eacbef6 by zhaochengxiang

标签

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