refactor: switched priority null -> 'none' (#2166)

This commit is contained in:
Dakshesh Jain 2023-09-13 13:22:31 +05:30 committed by GitHub
parent e58b76c8a6
commit 23e62c83eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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