chore: changed priority props in workspace and project (#2253)
This commit is contained in:
parent
c9a6380636
commit
e8d303dd10
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ ROLE_CHOICES = (
|
|||
def get_default_props():
|
||||
return {
|
||||
"filters": {
|
||||
"priority": "none",
|
||||
"priority": None,
|
||||
"state": None,
|
||||
"state_group": None,
|
||||
"assignees": None,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ ROLE_CHOICES = (
|
|||
def get_default_props():
|
||||
return {
|
||||
"filters": {
|
||||
"priority": "none",
|
||||
"priority": None,
|
||||
"state": None,
|
||||
"state_group": None,
|
||||
"assignees": None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue