refactor: priority icon component (#2132)

This commit is contained in:
Aaryan Khandelwal 2023-09-11 14:35:58 +05:30 committed by GitHub
parent 991258084e
commit 7bb73b74ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 117 additions and 95 deletions

View file

@ -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: "",