[WIKI-773] refactor: editor mention components and hooks (#8111)
This commit is contained in:
parent
c04ae51d20
commit
c65e2c4aab
17 changed files with 84 additions and 96 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import type { TIssuePriorities } from "../issues";
|
||||
import type { TStateGroups } from "../state";
|
||||
import type { TIssuePublicComment } from "./activity/issue_comment";
|
||||
import type { TIssueAttachment } from "./issue_attachment";
|
||||
import type { TIssueLink } from "./issue_link";
|
||||
|
|
@ -93,7 +94,7 @@ export type TIssue = TBaseIssue & {
|
|||
tempId?: string;
|
||||
// sourceIssueId is used to store the original issue id when creating a copy of an issue. Used in cloning property values. It is not a part of the API response.
|
||||
sourceIssueId?: string;
|
||||
state__group?: string | null;
|
||||
state__group?: TStateGroups | null;
|
||||
};
|
||||
|
||||
export type TIssueMap = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue