Reuse existing constant

This commit is contained in:
Jorge Manrubia
2025-04-10 12:32:28 +02:00
parent aa7694ce7b
commit ced24d8a7c
+1 -1
View File
@@ -11,6 +11,6 @@ module WorkflowsHelper
end
def stage_color(stage)
stage.color.presence || "#2c6da8"
stage.color.presence || Colorable::DEFAULT_COLOR
end
end