Skip to content

Commit

Permalink
Add missing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
code-geek committed Jul 31, 2024
1 parent b125723 commit 85377f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sde_collections/models/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ def workflow_status_button_color(self) -> str:
15: "btn-info",
16: "btn-secondary",
17: "btn-light",
18: "btn-success",
19: "btn-warning",
20: "btn-info",
21: "btn-success",
22: "btn-light",
23: "btn-light",
}
return color_choices[self.workflow_status]

Expand Down

0 comments on commit 85377f7

Please sign in to comment.