|
|
@ -107,7 +107,7 @@ export function useKanbanViewData( |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
// build stack meta
|
|
|
|
// build stack meta
|
|
|
|
groupingFieldColOptions.value = [ |
|
|
|
groupingFieldColOptions.value = [ |
|
|
|
...(groupingFieldColumn.value?.colOptions?.options ?? []), |
|
|
|
...(groupingFieldColumn.value.colOptions.options ?? []), |
|
|
|
// enrich uncategorized stack
|
|
|
|
// enrich uncategorized stack
|
|
|
|
{ id: 'uncategorized', title: 'Uncategorized', order: 0, color: enumColor.light[2] }, |
|
|
|
{ id: 'uncategorized', title: 'Uncategorized', order: 0, color: enumColor.light[2] }, |
|
|
|
].sort((a: Record<string, any>, b: Record<string, any>) => a.order - b.order) |
|
|
|
].sort((a: Record<string, any>, b: Record<string, any>) => a.order - b.order) |
|
|
|