[WEB-2625] chore: workspace favorite and draft improvement (#5855)
* chore: favorite empty state updated * chore: added draft issue count in workspace members * chore: workspace draft count improvement --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
parent
d552913171
commit
a7b58e4a93
6 changed files with 55 additions and 10 deletions
1
packages/types/src/workspace.d.ts
vendored
1
packages/types/src/workspace.d.ts
vendored
|
|
@ -91,6 +91,7 @@ export interface IWorkspaceMemberMe {
|
|||
updated_by: string;
|
||||
view_props: IWorkspaceViewProps;
|
||||
workspace: string;
|
||||
draft_issue_count: number;
|
||||
}
|
||||
|
||||
export interface ILastActiveWorkspaceDetails {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue