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

@ -52,7 +52,7 @@ const defaultValues: Partial<IIssue> = {
estimate_point: null,
state: "",
parent: null,
priority: null,
priority: "none",
assignees: [],
assignees_list: [],
labels: [],