Skip to content

Commit

Permalink
fix: copy paste bug (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkaye97 authored Jan 14, 2025
1 parent dd9cf2d commit 3be99f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function StickyStrategy({ workflow }: { workflow: WorkflowVersion }) {
}

function DefaultPriority({ workflow }: { workflow: WorkflowVersion }) {
if (!workflow.sticky) {
if (!workflow.defaultPriority) {
return (
<div className="text-[0.8rem] text-gray-700 dark:text-gray-300">
There is no default priority set for this workflow.
Expand Down

0 comments on commit 3be99f6

Please sign in to comment.