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
27 changed files with 117 additions and 95 deletions

View File

@@ -1,3 +1,5 @@
import { TIssuePriorities } from "types";
export const NETWORK_CHOICES: { key: 0 | 2; label: string; icon: string }[] = [
{
key: 0,
@@ -19,7 +21,7 @@ export const GROUP_CHOICES = {
cancelled: "Cancelled",
};
export const PRIORITIES = ["urgent", "high", "medium", "low", null];
export const PRIORITIES: TIssuePriorities[] = ["urgent", "high", "medium", "low", null];
export const MONTHS = [
"January",