Compare commits

..

1 Commits

Author SHA1 Message Date
LiuBo
c87c001da3 fix: fix the permission page can not open when initial a new project (#449) 2022-01-25 19:39:04 +08:00

View File

@@ -596,6 +596,7 @@ export function getTagColor(s) {
export function getTags(tags) {
let res = [];
if (!tags) return res;
tags.forEach((tag, i) => {
res.push(
<Tag color={getTagColor(tag)}>