refactor: priority icon component (#2132)
This commit is contained in:
parent
991258084e
commit
7bb73b74ba
27 changed files with 117 additions and 95 deletions
|
|
@ -26,7 +26,7 @@ import { PROJECT_ISSUES_ACTIVITY, ISSUE_DETAILS } from "constants/fetch-keys";
|
|||
// helper
|
||||
import { truncateText } from "helpers/string.helper";
|
||||
|
||||
const defaultValues = {
|
||||
const defaultValues: Partial<IIssue> = {
|
||||
name: "",
|
||||
description: "",
|
||||
description_html: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue