feat: support group by status in kanban mode, resolved #40

This commit is contained in:
QiShaoXuan
2022-08-02 19:10:51 +08:00
parent 418e260ade
commit f18f51ba7c
10 changed files with 76 additions and 41 deletions

View File

@@ -41,6 +41,7 @@ const getKanbanColor = (
return DEFAULT_COLOR;
}
if (
group.type === PropertyType.Status ||
group.type === PropertyType.Select ||
group.type === PropertyType.MultiSelect ||
group.type === DEFAULT_GROUP_ID