refactor: priority icon component (#2132)
This commit is contained in:
parent
991258084e
commit
7bb73b74ba
27 changed files with 117 additions and 95 deletions
|
|
@ -35,7 +35,7 @@ import type { IInboxIssue, IIssue } from "types";
|
|||
// fetch-keys
|
||||
import { INBOX_ISSUES, INBOX_ISSUE_DETAILS, PROJECT_ISSUES_ACTIVITY } from "constants/fetch-keys";
|
||||
|
||||
const defaultValues = {
|
||||
const defaultValues: Partial<IInboxIssue> = {
|
||||
name: "",
|
||||
description_html: "",
|
||||
estimate_point: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue