chore: changed priority props in workspace and project (#2253)

This commit is contained in:
Bavisetti Narayan 2023-09-22 19:48:07 +05:30 committed by GitHub
parent c9a6380636
commit e8d303dd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ ROLE_CHOICES = (
def get_default_props(): def get_default_props():
return { return {
"filters": { "filters": {
"priority": "none", "priority": None,
"state": None, "state": None,
"state_group": None, "state_group": None,
"assignees": None, "assignees": None,

View File

@ -17,7 +17,7 @@ ROLE_CHOICES = (
def get_default_props(): def get_default_props():
return { return {
"filters": { "filters": {
"priority": "none", "priority": None,
"state": None, "state": None,
"state_group": None, "state_group": None,
"assignees": None, "assignees": None,