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
2 changed files with 2 additions and 2 deletions

View File

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

View File

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