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

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