mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: changed priority props in workspace and project (#2253)
This commit is contained in:
committed by
GitHub
parent
c9a6380636
commit
e8d303dd10
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user