improvement: refactored issue grouping logic to access MobX store directly (#6134)
* improvement: refactored issue grouping logic to access MobX store directly * chore: minor updates
This commit is contained in:
parent
5a9ae66680
commit
0ac68f2731
7 changed files with 172 additions and 275 deletions
2
packages/types/src/issues.d.ts
vendored
2
packages/types/src/issues.d.ts
vendored
|
|
@ -216,7 +216,7 @@ export type GroupByColumnTypes =
|
|||
export interface IGroupByColumn {
|
||||
id: string;
|
||||
name: string;
|
||||
icon: ReactElement | undefined;
|
||||
icon?: ReactElement | undefined;
|
||||
payload: Partial<TIssue>;
|
||||
isDropDisabled?: boolean;
|
||||
dropErrorMessage?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue