Skip to content

Commit

Permalink
Merge pull request #778 from intuitem/quick_fix
Browse files Browse the repository at this point in the history
fixup
  • Loading branch information
ab-smith authored Aug 30, 2024
2 parents a535419 + af72dcb commit 352204e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class Migration(migrations.Migration):
choices=[
("to_do", "To do"),
("in_progress", "In progress"),
("active", "Active"),
("on_hold", "On hold"),
("active", "Active"),
("deprecated", "Deprecated"),
("--", "Undefined"),
],
Expand Down

0 comments on commit 352204e

Please sign in to comment.