refactor: switched priority null -> 'none' (#2166)
This commit is contained in:
parent
e58b76c8a6
commit
23e62c83eb
5 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ export const GROUP_CHOICES = {
|
|||
cancelled: "Cancelled",
|
||||
};
|
||||
|
||||
export const PRIORITIES: TIssuePriorities[] = ["urgent", "high", "medium", "low", null];
|
||||
export const PRIORITIES: TIssuePriorities[] = ["urgent", "high", "medium", "low", "none"];
|
||||
|
||||
export const MONTHS = [
|
||||
"January",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue