mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
fix: fix the permission page can not open when initial a new project (#449)
This commit is contained in:
@ -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)}>
|
||||
|
Reference in New Issue
Block a user