forked from github/plane
refactor: priority icon component (#2132)
This commit is contained in:
committed by
GitHub
parent
991258084e
commit
7bb73b74ba
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user